Skip to content

Commit

Permalink
Use Shadow fork and no longer build on older JDK versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Jun 19, 2024
1 parent 1399410 commit 106c863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [8-jdk, 11-jdk, 16-jdk, 17-jdk, 21-jdk]
java: [17-jdk, 21-jdk]
runs-on: ubuntu-20.04
container:
image: eclipse-temurin:${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {

plugins {
id "me.modmuss50.remotesign" version "0.4.0"
id "com.github.johnrengelman.shadow" version "8.1.1"
id "io.github.goooler.shadow" version "8.1.7"
}

import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
Expand Down

0 comments on commit 106c863

Please sign in to comment.