Skip to content

Commit

Permalink
Switch from johnrengelman.shadow to goooler.shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed Jul 10, 2024
1 parent ed63531 commit fab07cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'java-library-distribution'
apply plugin: 'maven-publish'
apply plugin: 'signing'
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'io.github.goooler.shadow'
apply plugin: 'com.github.ben-manes.versions'

group 'co.omise'
Expand All @@ -26,7 +26,7 @@ buildscript {
}

dependencies {
classpath "com.github.johnrengelman:shadow:8.1.1"
classpath "io.github.goooler.shadow:shadow-gradle-plugin:8.1.8"
classpath 'com.github.ben-manes:gradle-versions-plugin:0.15.0'
}
}
Expand Down

0 comments on commit fab07cf

Please sign in to comment.