Skip to content

Commit 68378f9

Browse files
committed
#21 Gradle plugin: refactoring to property, not working yet
1 parent 2069242 commit 68378f9

24 files changed

Lines changed: 310 additions & 594 deletions
-1.83 MB
Binary file not shown.
359 KB
Binary file not shown.

jcp-tests/jcp-test-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jar {
3636
preprocessSettings {
3737
def targetFolder = 'build/preprocessed/java'
3838

39-
sources = ['src/main/java']
4039
target = file(targetFolder)
40+
sources = ['src/main/java']
4141

4242
allowWhitespaces = true
4343
eol = '\r\n'

jcp-tests/jcp-test-gradle/pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,13 @@
8787
<version>1.0.8</version>
8888
<dependencies>
8989
<dependency>
90-
<groupId>org.gradle</groupId>
91-
<artifactId>gradle-tooling-api</artifactId>
92-
<version>5.0</version>
93-
<systemPath>${project.basedir}${file.separator}..${file.separator}extlibs${file.separator}gradle-tooling-api-5.0.jar</systemPath>
94-
<scope>system</scope>
90+
<groupId>org.gradle</groupId>
91+
<artifactId>gradle-tooling-api</artifactId>
92+
<version>5.1</version>
93+
<systemPath>
94+
${project.basedir}${file.separator}..${file.separator}extlibs${file.separator}gradle-tooling-api-5.1.jar
95+
</systemPath>
96+
<scope>system</scope>
9597
</dependency>
9698
</dependencies>
9799

-284 KB
Binary file not shown.
481 KB
Binary file not shown.
-28.9 KB
Binary file not shown.
59.1 KB
Binary file not shown.

jcp/extlibs/gradle-core-3.0.jar

-2.02 MB
Binary file not shown.

jcp/extlibs/gradle-core-5.1.jar

2.29 MB
Binary file not shown.

0 commit comments

Comments
 (0)