Skip to content

Commit

Permalink
Merge pull request #9708 from vnickolov/migrate-shadow-jar-plugin
Browse files Browse the repository at this point in the history
Migrate ShadowJar Gradle plugin to new coordinates
  • Loading branch information
vnickolov authored Oct 9, 2024
2 parents 34a6e42 + 0ea9cad commit 170afaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/pregel-bootstrap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
// Apply the java plugin to add support for Java
id 'java'
// Used for building a standalone jar
id 'com.github.johnrengelman.shadow' version '8.1.0'
id 'com.gradleup.shadow' version '8.3.2'
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ champeau-mrjar = "me.champeau.mrjar:0.1.1"
forbiddenapis = "de.thetaphi.forbiddenapis:3.7"
google-protobuf = "com.google.protobuf:0.9.4"
nebula-dependencies = "nebula.info-dependencies:11.4.1"
shadowjar = "com.github.johnrengelman.shadow:8.1.1"
shadowjar = "com.gradleup.shadow:8.3.2"
spawn = "ch.kk7.spawn:1.0.20180924200750"
2 changes: 1 addition & 1 deletion open-packaging/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apply plugin: 'java-library'
apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.gradleup.shadow'

description = 'Neo4j Graph Data Science :: Open Packaging'
group = 'org.neo4j.gds'
Expand Down

0 comments on commit 170afaf

Please sign in to comment.