Skip to content

Commit

Permalink
Upgrade gradleup.shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Dec 10, 2024
1 parent d620d63 commit 9bcf052
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,17 @@ buildscript {

dependencies {
classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0'
classpath 'com.github.jengelman.gradle.plugins:shadow:6.0.0'
classpath 'com.gradleup.shadow:shadow-gradle-plugin:9.0.0-beta4'

}
}

plugins {
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'com.gradleup.shadow' version '9.0.0-beta4'
id 'java'
}

apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.gradleup.shadow'
apply plugin: 'application'
apply plugin: 'io.codearte.nexus-staging'

Expand Down

0 comments on commit 9bcf052

Please sign in to comment.