File tree Expand file tree Collapse file tree 22 files changed +31
-31
lines changed
native-maven-plugin/reproducers/issue-144
java-application-with-custom-packaging
java-application-with-custom-tests
java-application-with-reflection
java-application-with-resources
java-application-with-tests
kotlin-application-with-tests
metadata-repo-integration
native-config-integration Expand file tree Collapse file tree 22 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 11[versions ]
22# Project versions
3- nativeBuildTools = " 0.10.5-SNAPSHOT "
3+ nativeBuildTools = " 0.10.5"
44metadataRepository = " 0.3.15"
55
66# External dependencies
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.10.5-SNAPSHOT </native .maven.plugin.version>
60- <junit .platform.native.version>0.10.5-SNAPSHOT </junit .platform.native.version>
59+ <native .maven.plugin.version>0.10.5</native .maven.plugin.version>
60+ <junit .platform.native.version>0.10.5</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 6161 <micronaut .version>3.3.4</micronaut .version>
6262 <exec .mainClass>org.graalvm.demo.Application</exec .mainClass>
6363 <micronaut .runtime>netty</micronaut .runtime>
64- <native .maven.plugin.version>0.10.5-SNAPSHOT </native .maven.plugin.version>
64+ <native .maven.plugin.version>0.10.5</native .maven.plugin.version>
6565 </properties >
6666
6767 <repositories >
Original file line number Diff line number Diff line change 1- native.gradle.plugin.version = 0.10.5-SNAPSHOT
1+ native.gradle.plugin.version = 0.10.5
22junit.jupiter.version = 5.10.0
33junit.platform.version = 1.10.0
Original file line number Diff line number Diff line change 1- native.gradle.plugin.version = 0.10.5-SNAPSHOT
1+ native.gradle.plugin.version = 0.10.5
22junit.jupiter.version = 5.10.0
33junit.platform.version = 1.10.0
Original file line number Diff line number Diff line change 1- native.gradle.plugin.version = 0.10.5-SNAPSHOT
1+ native.gradle.plugin.version = 0.10.5
22junit.jupiter.version = 5.10.0
33junit.platform.version = 1.10.0
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.10.0</junit .jupiter.version>
55- <native .maven.plugin.version>0.10.5-SNAPSHOT </native .maven.plugin.version>
56- <junit .platform.native.version>0.10.5-SNAPSHOT </junit .platform.native.version>
55+ <native .maven.plugin.version>0.10.5</native .maven.plugin.version>
56+ <junit .platform.native.version>0.10.5</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.10.5-SNAPSHOT
1+ native.gradle.plugin.version = 0.10.5
22junit.jupiter.version = 5.10.0
33junit.platform.version = 1.10.0
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.10.5-SNAPSHOT </native .maven.plugin.version>
54+ <native .maven.plugin.version>0.10.5</native .maven.plugin.version>
5555 <junit .jupiter.version>5.10.0</junit .jupiter.version>
56- <junit .platform.native.version>0.10.5-SNAPSHOT </junit .platform.native.version>
56+ <junit .platform.native.version>0.10.5</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.10.5-SNAPSHOT
1+ native.gradle.plugin.version = 0.10.5
22junit.jupiter.version = 5.10.0
33junit.platform.version = 1.10.0
You can’t perform that action at this time.
0 commit comments