mirror of
https://github.com/irmen/prog8.git
synced 2024-11-20 03:32:05 +00:00
possible solution for antlr4-runtime in the fatjar
This commit is contained in:
parent
5ea2f2d4db
commit
43cab3f247
@ -15,6 +15,7 @@ dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
|
||||
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
|
||||
runtime "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
|
||||
runtime 'org.antlr:antlr4-runtime:4.7.2'
|
||||
|
||||
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlinVersion"
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2'
|
||||
|
Loading…
Reference in New Issue
Block a user