File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -7,25 +7,25 @@ ext.moduleName = 'com.github.kotlin_graphics.kotlin_unsigned'
7
7
8
8
buildscript {
9
9
10
- ext. kotlinVersion = ' 1.3.10 '
10
+ ext. kotlinVersion = ' 1.3.11 '
11
11
12
12
repositories {
13
13
jcenter() // shadow
14
14
mavenCentral()
15
15
maven { url = " https://dl.bintray.com/kotlin/kotlin-eap" }
16
16
}
17
17
dependencies {
18
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
18
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " . toString()
19
19
classpath ' com.github.jengelman.gradle.plugins:shadow:2.0.4'
20
20
classpath " org.junit.platform:junit-platform-gradle-plugin:1.2.0"
21
21
}
22
22
}
23
23
24
24
dependencies {
25
25
26
- implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
26
+ implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion " . toString()
27
27
28
- testImplementation ' io.kotlintest:kotlintest-runner-junit5:3.1.10 '
28
+ testImplementation ' io.kotlintest:kotlintest-runner-junit5:3.1.11 '
29
29
}
30
30
31
31
repositories {
@@ -58,7 +58,5 @@ artifacts {
58
58
59
59
jar {
60
60
inputs. property(" moduleName" , moduleName)
61
- manifest {
62
- attributes(' Automatic-Module-Name' : moduleName)
63
- }
61
+ manifest. attributes(' Automatic-Module-Name' : moduleName)
64
62
}
You can’t perform that action at this time.
0 commit comments