diff --git a/build.gradle b/build.gradle index 028068ff..d07bfc45 100644 --- a/build.gradle +++ b/build.gradle @@ -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' @@ -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' } }