File tree Expand file tree Collapse file tree 16 files changed +22
-22
lines changed
native-maven-plugin/reproducers/issue-144
java-application-with-custom-tests
java-application-with-reflection
java-application-with-resources
java-application-with-tests
kotlin-application-with-tests Expand file tree Collapse file tree 16 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 11[versions ]
22# Project versions
3- nativeBuildTools = " 0.9.9 "
3+ nativeBuildTools = " 0.9.10-SNAPSHOT "
44
55# External dependencies
66spock = " 2.0-groovy-3.0"
Original file line number Diff line number Diff line change 5656 <properties >
5757 <java .version>1.8</java .version>
5858 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
59- <native .maven.plugin.version>0.9.9 </native .maven.plugin.version>
60- <junit .platform.native.version>0.9.9 </junit .platform.native.version>
59+ <native .maven.plugin.version>0.9.10-SNAPSHOT </native .maven.plugin.version>
60+ <junit .platform.native.version>0.9.10-SNAPSHOT </junit .platform.native.version>
6161 <imageName >example-app</imageName >
6262 <mainClass >org.graalvm.demo.Application</mainClass >
6363 </properties >
Original file line number Diff line number Diff line change 1- native.gradle.plugin.version = 0.9.9
1+ native.gradle.plugin.version = 0.9.10-SNAPSHOT
22junit.jupiter.version = 5.8.1
33junit.platform.version = 1.8.1
Original file line number Diff line number Diff line change 1- native.gradle.plugin.version = 0.9.9
1+ native.gradle.plugin.version = 0.9.10-SNAPSHOT
22junit.jupiter.version = 5.8.1
33junit.platform.version = 1.8.1
Original file line number Diff line number Diff line change 1- native.gradle.plugin.version = 0.9.9
1+ native.gradle.plugin.version = 0.9.10-SNAPSHOT
22junit.jupiter.version = 5.8.1
33junit.platform.version = 1.8.1
Original file line number Diff line number Diff line change 5252 <java .version>1.8</java .version>
5353 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5454 <junit .jupiter.version>5.8.1</junit .jupiter.version>
55- <native .maven.plugin.version>0.9.9 </native .maven.plugin.version>
56- <junit .platform.native.version>0.9.9 </junit .platform.native.version>
55+ <native .maven.plugin.version>0.9.10-SNAPSHOT </native .maven.plugin.version>
56+ <junit .platform.native.version>0.9.10-SNAPSHOT </junit .platform.native.version>
5757 <imageName >example-app</imageName >
5858 <mainClass >org.graalvm.demo.Application</mainClass >
5959 </properties >
Original file line number Diff line number Diff line change 1- native.gradle.plugin.version = 0.9.9
1+ native.gradle.plugin.version = 0.9.10-SNAPSHOT
22junit.jupiter.version = 5.8.1
33junit.platform.version = 1.8.1
Original file line number Diff line number Diff line change 5151 <properties >
5252 <java .version>1.8</java .version>
5353 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
54- <native .maven.plugin.version>0.9.9 </native .maven.plugin.version>
54+ <native .maven.plugin.version>0.9.10-SNAPSHOT </native .maven.plugin.version>
5555 <junit .jupiter.version>5.8.1</junit .jupiter.version>
56- <junit .platform.native.version>0.9.9 </junit .platform.native.version>
56+ <junit .platform.native.version>0.9.10-SNAPSHOT </junit .platform.native.version>
5757 <imageName >example-app</imageName >
5858 <mainClass >org.graalvm.demo.Application</mainClass >
5959 </properties >
Original file line number Diff line number Diff line change 1- native.gradle.plugin.version = 0.9.9
1+ native.gradle.plugin.version = 0.9.10-SNAPSHOT
22junit.jupiter.version = 5.8.1
33junit.platform.version = 1.8.1
Original file line number Diff line number Diff line change 5252 <java .version>1.8</java .version>
5353 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5454 <junit .jupiter.version>5.8.1</junit .jupiter.version>
55- <native .maven.plugin.version>0.9.9 </native .maven.plugin.version>
56- <junit .platform.native.version>0.9.9 </junit .platform.native.version>
55+ <native .maven.plugin.version>0.9.10-SNAPSHOT </native .maven.plugin.version>
56+ <junit .platform.native.version>0.9.10-SNAPSHOT </junit .platform.native.version>
5757 <imageName >example-app</imageName >
5858 <mainClass >org.graalvm.demo.Application</mainClass >
5959 </properties >
You can’t perform that action at this time.
0 commit comments