Skip to content

Commit 21dba29

Browse files
authored
Merge pull request #1254 from Stefterv/fix-preprocessor
Remove core project dependency from build.gradle.kts
2 parents 72db9b7 + f47ef75 commit 21dba29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/preprocessor/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ afterEvaluate{
2828
}
2929

3030
dependencies{
31-
implementation(project(":core"))
3231
implementation(project(":app:utils"))
3332

3433
implementation(libs.antlr)
@@ -80,4 +79,4 @@ mavenPublishing{
8079
developerConnection.set("scm:git:ssh://git@github.com/processing/processing4.git")
8180
}
8281
}
83-
}
82+
}

0 commit comments

Comments
 (0)