Skip to content

Commit

Permalink
ci: we don't use toolchains anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Prototik committed Jan 8, 2024
1 parent 0106172 commit 93c7ff6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
gradle: [ '8.6-rc-1', '8.5', '8.0.2', '7.0.2', '6.9' ]
java: [ 8, 11 ]
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id("com.gradle.enterprise") version "3.16.1"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}

rootProject.name = "cursed-publish"
Expand Down

0 comments on commit 93c7ff6

Please sign in to comment.