Skip to content

Commit

Permalink
Provisionally updated build.gradle docker versions to solve compile e…
Browse files Browse the repository at this point in the history
…rrors due to core 5.21 changes (#4083)
  • Loading branch information
vga91 authored May 24, 2024
1 parent ea2fbb6 commit 80c7d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ subprojects {
// neo4jDockerImage system property is used in TestContainerUtil
systemProperties 'user.language' : 'en' ,
'user.country' : 'US',
'neo4jDockerImage' : System.getProperty("NEO4JVERSION") ? 'neo4j:' + System.getProperty("NEO4JVERSION") + '-enterprise-debian' : 'neo4j:5.21.0-enterprise-debian',
'neo4jCommunityDockerImage': System.getProperty("NEO4JVERSION") ? 'neo4j:' + System.getProperty("NEO4JVERSION") + '-debian' : 'neo4j:5.21.0-debian',
'neo4jDockerImage' : System.getProperty("NEO4JVERSION") ? 'neo4j:' + System.getProperty("NEO4JVERSION") + '-enterprise-debian' : 'neo4j:5.20.0-enterprise',
'neo4jCommunityDockerImage': System.getProperty("NEO4JVERSION") ? 'neo4j:' + System.getProperty("NEO4JVERSION") + '-debian' : 'neo4j:5.20.0',
'coreDir': 'apoc-core/core',
'testDockerBundle': false

Expand Down

0 comments on commit 80c7d94

Please sign in to comment.