Skip to content

Commit

Permalink
chore(gradle): update gradle & kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed Apr 15, 2020
1 parent 60e6a7a commit 66840b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.3.21"
kotlin("jvm") version "1.3.71"
}

sourceSets.main.get().java.srcDir("src/main")
Expand All @@ -17,6 +17,6 @@ allprojects {
}

dependencies {
compile("com.github.hypfvieh", "dbus-java", "3.0.2")
compile(kotlin("stdlib"))
api("com.github.hypfvieh", "dbus-java", "3.0.2")
api(kotlin("stdlib"))
}
7 changes: 3 additions & 4 deletions extensions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ sourceSets {
}

dependencies {
compile(rootProject)
compile(kotlin("stdlib"))
compile("org.slf4j", "slf4j-api", "1.7.25")
testImplementation("com.github.xerus2000.util", "javafx", "24c9961a22c68df9345dd9d4e6d19e3d6a4d2f0a")
implementation(rootProject)
implementation("org.slf4j", "slf4j-api", "1.7.25")
testImplementation("com.github.xerus2000.util", "javafx", "2f67fc22d736818f53a04716814694dbb2c2fd40")
testImplementation("org.slf4j", "slf4j-simple", "1.7.25")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip

0 comments on commit 66840b1

Please sign in to comment.