-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac2e6b6
commit 6c4d616
Showing
13 changed files
with
13 additions
and
25 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
integration-tests/src/test/kotlin/com/antwerkz/graven/maven/MavenProcessInvoker.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
integration-tests/src/test/resources/maven/projects/doubleQuotes/build.gradle.kts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 1 addition & 3 deletions
4
.../kotlin/com/antwerkz/build/GradleDummy.kt → ...kotlin/com/antwerkz/graven/GradleDummy.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
package com.antwerkz.graven | ||
|
||
class GradleDummy { | ||
|
||
} | ||
class GradleDummy {} |
4 changes: 1 addition & 3 deletions
4
...est/resources/maven/projects/gradleInvoke/src/test/kotlin/com/antwerkz/build/DummyTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
package com.antwerkz.graven | ||
|
||
class DummyTest { | ||
|
||
} | ||
class DummyTest {} |
4 changes: 1 addition & 3 deletions
4
.../kotlin/com/antwerkz/build/SampleClass.kt → ...com/antwerkz/graven/NoRegexSampleClass.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
package com.antwerkz.graven | ||
|
||
class SampleClass { | ||
|
||
} | ||
class NoRegexSampleClass {} |
3 changes: 3 additions & 0 deletions
3
...es/maven/projects/properties/src/main/kotlin/com/antwerkz/graven/PropertiesSampleClass.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.antwerkz.graven | ||
|
||
class PropertiesSampleClass {} |
5 changes: 0 additions & 5 deletions
5
...t/resources/maven/projects/singleQuotes/src/main/kotlin/com/antwerkz/build/SampleClass.kt
This file was deleted.
Oops, something went wrong.
4 changes: 1 addition & 3 deletions
4
.../kotlin/com/antwerkz/build/SampleClass.kt → ...kotlin/com/antwerkz/graven/SingleQuote.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
package com.antwerkz.graven | ||
|
||
class SampleClass { | ||
|
||
} | ||
class SingleQuote {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters