This commit is contained in:
Irmen de Jong 2019-02-23 13:17:42 +01:00
parent 52352d9d04
commit c265625ed1
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
plugins {
id "org.jetbrains.kotlin.jvm" version "1.3.20"
id "org.jetbrains.kotlin.jvm" version "1.3.21"
id 'application'
}
@ -8,11 +8,12 @@ repositories {
jcenter()
}
def kotlinVersion = '1.3.20'
def kotlinVersion = '1.3.21'
dependencies {
implementation project(':parser')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
runtime "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlinVersion"
@ -65,4 +66,4 @@ task fatJar(type: Jar) {
from { project.configurations.runtime.collect { it.isDirectory() ? it : zipTree(it) } }
with jar
}
// build.finalizedBy(fatJar)
// build.finalizedBy(fatJar)

View File

@ -17,6 +17,5 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Python 3.7 interpreter library" level="application" />
</component>
</module>