mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-11-21 15:33:47 +00:00
downgrade version of gradle
This commit is contained in:
parent
f326d9070a
commit
bed00407fb
@ -89,11 +89,3 @@ apply from: "defaultAndroidSettings.gradle"
|
||||
apply from: "github_release.gradle"
|
||||
apply from: "publish.gradle"
|
||||
apply from: "dokka.gradle"
|
||||
|
||||
//def publishTasks = tasks.findAll { it.name.containsIgnoreCase("publish") }
|
||||
//def signTasks = tasks.findAll { it.name.containsIgnoreCase("sign") }
|
||||
//publishTasks.forEach { task ->
|
||||
// signTasks.forEach {
|
||||
// task.dependsOn(it)
|
||||
// }
|
||||
//}
|
||||
|
@ -44,13 +44,6 @@ android {
|
||||
debuggable true
|
||||
}
|
||||
}
|
||||
publishing {
|
||||
multipleVariants {
|
||||
allVariants()
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
}
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude 'META-INF/kotlinx-serialization-runtime.kotlin_module'
|
||||
|
@ -1,7 +1,7 @@
|
||||
[versions]
|
||||
|
||||
kotlin = "1.9.20-RC"
|
||||
kotlin-gradle-plugin = "8.1.2"
|
||||
kotlin-gradle-plugin = "7.4.2"
|
||||
|
||||
versions = "0.48.0"
|
||||
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
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-8.3-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Loading…
Reference in New Issue
Block a user