File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ plugins
1212group = ' com.ibm.cicsdev.springboot'
1313archivesBaseName= ' cics-java-liberty-springboot-transactions'
1414version = ' 0.1.0'
15- sourceCompatibility = ' 1.8'
16-
1715
1816// If in Eclipse, add Javadoc to the local project classpath
1917eclipse
@@ -30,6 +28,15 @@ repositories
3028 mavenCentral()
3129}
3230
31+ java
32+ {
33+ toolchain
34+ {
35+ languageVersion = JavaLanguageVersion . of(java_version)
36+ vendor = JvmVendorSpec . IBM
37+ implementation = JvmImplementation . J9
38+ }
39+ }
3340
3441dependencies
3542{
Original file line number Diff line number Diff line change 1313# These values only have any effect if the publish goal is used.
1414# For example: gradle build publish.
1515publish_repo_releases_url = 'default-value-for-publish_repo_releases_url'
16- publish_repo_releases_name = 'default-value-for-publish_repo_releases_name'
16+ publish_repo_releases_name = 'default-value-for-publish_repo_releases_name'
17+ java_version = 8
You can’t perform that action at this time.
0 commit comments