File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,18 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinCompile
4
4
5
5
plugins {
6
6
kotlin(" jvm" ) version embeddedKotlinVersion
7
- id(" elect86.magik" ) version " 0.3.1 "
7
+ id(" elect86.magik" ) version " 0.3.2 "
8
8
`maven- publish`
9
9
}
10
10
11
11
repositories { mavenCentral() }
12
12
13
13
dependencies {
14
- testImplementation(" io.kotest:kotest-runner-junit5:5.4.1 " )
15
- testImplementation(" io.kotest:kotest-assertions-core:5.4.1 " )
14
+ testImplementation(" io.kotest:kotest-runner-junit5:5.5.5 " )
15
+ testImplementation(" io.kotest:kotest-assertions-core:5.5.5 " )
16
16
}
17
17
18
18
kotlin.jvmToolchain {
19
- this as JavaToolchainSpec
20
19
languageVersion.set(JavaLanguageVersion .of(8 ))
21
20
}
22
21
@@ -42,4 +41,4 @@ publishing {
42
41
}
43
42
}
44
43
45
- java { withSourcesJar() }
44
+ java. withSourcesJar()
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -bin.zip
7
- distributionSha256Sum =f6b8596b10cce501591e92f229816aa4046424f3b24d771751b06779d58c8ec4
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0.2 -bin.zip
7
+ distributionSha256Sum =ff7bf6a86f09b9b2c40bb8f48b25fc19cf2b2664fd1d220cd7ab833ec758d0d7
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pluginManagement {
10
10
11
11
gradle.rootProject {
12
12
group = " kotlin.graphics"
13
- version = " 3.3.31 "
13
+ version = " 3.3.32 "
14
14
}
15
15
16
16
// includeBuild("../magik")
You can’t perform that action at this time.
0 commit comments