We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4af363 commit 7309eb0Copy full SHA for 7309eb0
examples/pregel-bootstrap/build.gradle
@@ -2,12 +2,12 @@ plugins {
2
// Apply the java plugin to add support for Java
3
id 'java'
4
// Used for building a standalone jar
5
- id 'com.github.johnrengelman.shadow' version '4.0.4'
+ id 'com.github.johnrengelman.shadow' version '7.1.2'
6
}
7
8
ext {
9
// Make sure these are the same as your installation of GDS and Neo4j
10
- gdsVersion = '2.3.0-alpha05'
+ gdsVersion = '2.3.0'
11
neo4jVersion = '5.1.0'
12
13
// Necessary to generate value classes for Pregel configs
0 commit comments