forked from pool/openjfx
initialized devel package after accepting 1086796 OBS-URL: https://build.opensuse.org/request/show/1086796 OBS-URL: https://build.opensuse.org/package/show/Java:packages/openjfx?expand=0&rev=31
12 lines
377 B
Diff
12 lines
377 B
Diff
--- a/build.gradle
|
|
+++ b/build.gradle
|
|
@@ -2019,7 +2019,7 @@ project(":graphics") {
|
|
dependencies {
|
|
stubCompile group: "junit", name: "junit", version: "4.8.2"
|
|
|
|
- antlr group: "org.antlr", name: "antlr4", version: "4.7.2", classifier: "complete"
|
|
+ antlr group: "org.antlr", name: "antlr4", version: "4.7.2"
|
|
compile project(':base')
|
|
}
|
|
|