Skip to content

Commit 00a9e0b

Browse files
committed
update sample
1 parent 5dc17ed commit 00a9e0b

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

sample/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@ run {
3030
systemProperties System.getProperties()
3131
standardInput = System.in
3232
}
33-
34-
sourceSets.all {
35-
configurations.getByName(runtimeClasspathConfigurationName) {
36-
attributes.attribute(Attribute.of("org.gradle.jvm.environment", String), "standard-jvm")
37-
}
38-
configurations.getByName(compileClasspathConfigurationName) {
39-
attributes.attribute(Attribute.of("org.gradle.jvm.environment", String), "standard-jvm")
40-
}
41-
}
4233
dependencies {
4334
annotationProcessor 'com.google.auto.value:auto-value:1.6.2'
4435

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)