Skip to content

Commit

Permalink
修改gradle配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxel Black committed Feb 7, 2021
1 parent f17ea88 commit 84c53fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.4.10'
// id 'org.jetbrains.kotlin.jvm' version '1.4.10'
}

group 'ink.pd2'
Expand All @@ -11,7 +11,7 @@ repositories {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib"
// implementation "org.jetbrains.kotlin:kotlin-stdlib"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
compile group: 'org.jline', name: 'jline', version: '3.19.0'
Expand Down
3 changes: 0 additions & 3 deletions gradle.properties

This file was deleted.

0 comments on commit 84c53fe

Please sign in to comment.