Skip to content

Commit 58042d7

Browse files
committed
slight gradle simplification
1 parent da0d936 commit 58042d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ plugins {
66
ext{
77
moduleName = 'com.github.kotlin_graphics.kotlin_unsigned'
88
kotlin = 'org.jetbrains.kotlin:kotlin'
9-
// kotlin_version = '1.3.41'
109
kotlintest_version = '3.3.3'
1110
}
1211

@@ -19,7 +18,7 @@ dependencies {
1918

2019
repositories {
2120
mavenCentral()
22-
maven { url = "https://jitpack.io" }
21+
maven { url "https://jitpack.io" }
2322
}
2423

2524
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)