Browse Source

Update gradle version

pull/245/head
weisj 4 years ago
parent
commit
9faec7ace4
No known key found for this signature in database
GPG Key ID: 31124CB75461DA2A
  1. 2
      core/build.gradle.kts
  2. 3
      gradle/libs.versions.toml
  3. 2
      gradle/wrapper/gradle-wrapper.properties

2
core/build.gradle.kts

@ -14,7 +14,7 @@ dependencies {
implementation(projects.darklafPlatformBase)
implementation(projects.darklafWindows)
implementation(projects.darklafMacos)
implementation(libs.swingDsl.lafSupport)
implementation(libs.swingDslLafSupport)
implementation(libs.svgSalamander)
implementation(libs.jxlayer)

3
gradle/libs.versions.toml

@ -7,7 +7,6 @@ svgSalamander = "1.1.2.4"
rsyntaxtextarea = "3.1.1"
junit = "5.6.2"
autoservice = "1.0-rc7"
miglayout = "5.2"
lGoodDatePicker = "11.0.2"
swingDsl = "latest.integration"
nullabilityAnnotations = "16.0.2"
@ -18,7 +17,7 @@ jna = { module = "net.java.dev.jna:jna", version.ref = "jna" }
jxlayer = { module = "org.swinglabs:jxlayer", version.ref = "jxlayer" }
swingx = { module = "org.swinglabs:swingx", version.ref = "swingx" }
svgSalamander = { module = "com.formdev:svgSalamander", version.ref = "svgSalamander" }
swingDsl-lafSupport = { module = "com.github.weisj:swing-dsl-laf-support", version.ref = "swingDsl" }
swingDslLafSupport = { module = "com.github.weisj:swing-dsl-laf-support", version.ref = "swingDsl" }
autoservice-annotations = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoservice" }
autoservice-processor = { module = "com.google.auto.service:auto-service", version.ref = "autoservice" }
nullabilityAnnotations = { module = "org.jetbrains:annotations", version.ref = "nullabilityAnnotations" }

2
gradle/wrapper/gradle-wrapper.properties vendored

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

Loading…
Cancel
Save