mirror of
https://github.com/irmen/prog8.git
synced 2025-01-11 13:29:45 +00:00
gradle updates
This commit is contained in:
parent
01e617ae8f
commit
66e0b07428
@ -31,15 +31,14 @@ dependencies {
|
|||||||
implementation project(':parser')
|
implementation project(':parser')
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
|
||||||
// implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
|
// implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
|
||||||
// runtime "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
|
implementation 'org.antlr:antlr4-runtime:4.7.2'
|
||||||
runtime 'org.antlr:antlr4-runtime:4.7.2'
|
implementation 'org.jetbrains.kotlinx:kotlinx-cli-jvm:0.1.0-dev-5'
|
||||||
runtime project(':parser')
|
implementation project(':parser')
|
||||||
|
|
||||||
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlinVersion"
|
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlinVersion"
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2'
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2'
|
||||||
testImplementation 'org.hamcrest:hamcrest-junit:2.0.0.0'
|
testImplementation 'org.hamcrest:hamcrest-junit:2.0.0.0'
|
||||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
|
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
|
||||||
compile 'org.jetbrains.kotlinx:kotlinx-cli-jvm:0.1.0-dev-5'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
compileKotlin {
|
compileKotlin {
|
||||||
@ -85,8 +84,8 @@ artifacts {
|
|||||||
|
|
||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
baseName = 'prog8compiler'
|
archiveBaseName = 'prog8compiler'
|
||||||
version = prog8version
|
archiveVersion = prog8version
|
||||||
// minimize()
|
// minimize()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,4 +4,4 @@ org.gradle.parallel=true
|
|||||||
org.gradle.jvmargs=-Xmx2500M
|
org.gradle.jvmargs=-Xmx2500M
|
||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
|
|
||||||
kotlinVersion=1.3.60
|
kotlinVersion=1.3.61
|
||||||
|
@ -21,7 +21,7 @@ configurations {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
antlr 'org.antlr:antlr4:4.7.2'
|
antlr 'org.antlr:antlr4:4.7.2'
|
||||||
compile 'org.antlr:antlr4-runtime:4.7.2'
|
implementation 'org.antlr:antlr4-runtime:4.7.2'
|
||||||
|
|
||||||
// antlr('org.antlr:antlr4:4.7.2') {
|
// antlr('org.antlr:antlr4:4.7.2') {
|
||||||
// exclude group: 'com.ibm.icu', module: 'icu4j'
|
// exclude group: 'com.ibm.icu', module: 'icu4j'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user