Skip to content

Commit

Permalink
Update shadowjar to 7.1.2 (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
grafnu committed Nov 3, 2022
1 parent 1bb3f68 commit b702633
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pubber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ buildscript {
}

dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:6.1.0'
classpath 'com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:7.1.2'
}
}

plugins {
id 'com.github.johnrengelman.shadow' version '6.1.0'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'java'
id 'checkstyle'
}
Expand Down
4 changes: 2 additions & 2 deletions validator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ buildscript {
}

dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:6.1.0'
classpath 'com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:7.1.2'
}
}

plugins {
id 'com.github.johnrengelman.shadow' version '6.1.0'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'com.adarshr.test-logger' version '3.2.0'
id 'java'
id 'checkstyle'
Expand Down

0 comments on commit b702633

Please sign in to comment.