Skip to content

Commit 7309eb0

Browse files
committed
Upgrade pregel bootstrap shadow jar plugin to latest version
- compatibility with Java 17 - update GDS dependency to 2.3.0
1 parent b4af363 commit 7309eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pregel-bootstrap/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ plugins {
22
// Apply the java plugin to add support for Java
33
id 'java'
44
// Used for building a standalone jar
5-
id 'com.github.johnrengelman.shadow' version '4.0.4'
5+
id 'com.github.johnrengelman.shadow' version '7.1.2'
66
}
77

88
ext {
99
// Make sure these are the same as your installation of GDS and Neo4j
10-
gdsVersion = '2.3.0-alpha05'
10+
gdsVersion = '2.3.0'
1111
neo4jVersion = '5.1.0'
1212

1313
// Necessary to generate value classes for Pregel configs

0 commit comments

Comments
 (0)