mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Test java-toolchain cache
This commit is contained in:
17
__tests__/samples/java-toolchain/build.gradle
Normal file
17
__tests__/samples/java-toolchain/build.gradle
Normal file
@@ -0,0 +1,17 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(16)
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation('junit:junit:4.12')
|
||||
}
|
||||
Reference in New Issue
Block a user