Skip to content

Commit

Permalink
Register jvm toolchain repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
TadeasKriz committed Jun 27, 2024
1 parent a883376 commit 4c9a2da
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 5 additions & 1 deletion samples/sample-bugsnag/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ pluginManagement {
mavenCentral()
maven("https://oss.sonatype.org/content/repositories/snapshots")
}
}
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}
4 changes: 4 additions & 0 deletions samples/sample-crashlytics/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ pluginManagement {
maven("https://oss.sonatype.org/content/repositories/snapshots")
}
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}
6 changes: 5 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ pluginManagement {
mavenCentral()
maven("https://oss.sonatype.org/content/repositories/snapshots")
}
}
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}

0 comments on commit 4c9a2da

Please sign in to comment.