Skip to content

Commit 803bbc4

Browse files
committed
Get rid of ToolsArtifacts builds
Pregel example project can build like any other. If we want to manage it separately somehow, we should find a more meaningful way to do so.
1 parent c9b9304 commit 803bbc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/pregel-example/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ dependencies {
1212
annotationProcessor group: 'org.immutables', name: 'builder', version: ver.'immutables'
1313
annotationProcessor group: 'org.immutables', name: 'value', version: ver.'immutables'
1414

15-
api project(':proc-common')
16-
1715
implementation project(':algo-common')
1816
implementation project(':annotations')
1917
implementation project(':config-api')
@@ -22,6 +20,7 @@ dependencies {
2220
implementation project(':memory-usage')
2321
implementation project(':neo4j-adapter')
2422
implementation project(':pregel')
23+
implementation project(':proc-common')
2524
implementation project(':proc-pregel')
2625

2726
compileOnly group: 'org.immutables', name: 'value-annotations', version: ver.'immutables'

0 commit comments

Comments
 (0)