Skip to content

Commit

Permalink
build: Fixed build.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jan 15, 2025
1 parent b2be22d commit b353a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,14 @@ permissions:
jobs:
build:
name: Build
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: zulu
cache: gradle

Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ allprojects {
// maven {
// url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
//}
// gradlePluginPortal()
}

tasks.withType(GenerateModuleMetadata) {
Expand Down

0 comments on commit b353a00

Please sign in to comment.