Skip to content

Commit f7e82bd

Browse files
committed
updated build.gradle to fix jitpack build
1 parent c2b7932 commit f7e82bd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
buildscript {
22
repositories {
3-
jcenter()
3+
maven {
4+
url "https://plugins.gradle.org/m2/"
5+
}
46
}
57

68
dependencies {
@@ -51,4 +53,4 @@ compileKotlin {
5153
}
5254
compileTestKotlin {
5355
kotlinOptions.jvmTarget = "1.8"
54-
}
56+
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
kotlin.code.style=official
2-
ktor_version=1.2.3
2+
ktor_version=1.2.6
33
logback_version=1.2.1
4-
kotlin_version=1.3.50
4+
kotlin_version=1.3.61

0 commit comments

Comments
 (0)