Skip to content

Commit 76a14fb

Browse files
Update setup.adoc (#222)
gradle "compile" deprecated in version 7.x - replaced by "implementation." Correcting.
1 parent 5302fb2 commit 76a14fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/java-embedded/setup.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ repositories {
102102
mavenCentral()
103103
}
104104
dependencies {
105-
compile "org.neo4j:neo4j:$\{neo4jVersion}"
105+
implementation "org.neo4j:neo4j:$\{neo4jVersion}"
106106
}
107107
----
108108

@@ -327,4 +327,4 @@ Note that the listed dependencies do not contain the implementation, but pull it
327327

328328
For information regarding licensing, see the link:https://neo4j.com/licensing[Licensing Guide^].
329329

330-
Javadocs can be downloaded in JAR files from Maven Central or read in link:{neo4j-javadocs-base-uri}/[Neo4j Javadocs^].
330+
Javadocs can be downloaded in JAR files from Maven Central or read in link:{neo4j-javadocs-base-uri}/[Neo4j Javadocs^].

0 commit comments

Comments
 (0)