File tree Expand file tree Collapse file tree
samples/java-application-with-tests-in-src-main Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[versions ]
22# Project versions
33nativeBuildTools = " 1.1.6-SNAPSHOT"
4- metadataRepository = " 1.0.6 "
4+ metadataRepository = " 1.0.7 "
55
66# External dependencies
77spock = " 2.4-groovy-4.0"
Original file line number Diff line number Diff line change 1- native.gradle.plugin.version = 0.11.1 -SNAPSHOT
1+ native.gradle.plugin.version = 1.1.6 -SNAPSHOT
22junit.jupiter.version = 5.13.0
33junit.platform.version = 1.13.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.13.0</junit .jupiter.version>
55- <native .maven.plugin.version>0.11.1 -SNAPSHOT</native .maven.plugin.version>
56- <junit .platform.native.version>0.11.1 -SNAPSHOT</junit .platform.native.version>
55+ <native .maven.plugin.version>1.1.6 -SNAPSHOT</native .maven.plugin.version>
56+ <junit .platform.native.version>1.1.6 -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