Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danbrough committed May 10, 2023
1 parent 1d96e22 commit 766155d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}


val javaLangVersion = 17
val javaLangVersion = 11

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(javaLangVersion))
Expand Down
2 changes: 1 addition & 1 deletion demos/curl/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-8.1-rc-3-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-8.1.1-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ xtras.dir.packages=/usr/local/kotlinxtras/packages
# otherwise everything is included
#Print xtras log statements to stdout as well as the gradle log
xtras.log.stdout=true
sonatypeRepoId=orgdanbrough-1486
sonatypeRepoId=orgdanbrough-1488
bootstrap=false
2 changes: 1 addition & 1 deletion repos/kotlinx.coroutines

0 comments on commit 766155d

Please sign in to comment.