mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-09-16 05:31:50 +00:00
fix publishing?
This commit is contained in:
15
build.gradle
15
build.gradle
@@ -23,6 +23,13 @@ plugins {
|
|||||||
alias(libs.plugins.nmcp.aggregation)
|
alias(libs.plugins.nmcp.aggregation)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apply plugin: "com.android.library"
|
||||||
|
apply from: "defaultAndroidSettings.gradle"
|
||||||
|
|
||||||
|
apply from: "github_release.gradle"
|
||||||
|
apply from: "publish.gradle"
|
||||||
|
apply from: "dokka.gradle"
|
||||||
|
|
||||||
|
|
||||||
if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != null) && (project.hasProperty('SONATYPE_PASSWORD') || System.getenv('SONATYPE_PASSWORD') != null)) {
|
if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != null) && (project.hasProperty('SONATYPE_PASSWORD') || System.getenv('SONATYPE_PASSWORD') != null)) {
|
||||||
nmcpAggregation {
|
nmcpAggregation {
|
||||||
@@ -37,8 +44,6 @@ if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != n
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "com.android.library"
|
|
||||||
|
|
||||||
project.version = "$version"
|
project.version = "$version"
|
||||||
project.group = "$group"
|
project.group = "$group"
|
||||||
|
|
||||||
@@ -102,9 +107,3 @@ java {
|
|||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
targetCompatibility = JavaVersion.VERSION_1_8
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "defaultAndroidSettings.gradle"
|
|
||||||
|
|
||||||
apply from: "github_release.gradle"
|
|
||||||
apply from: "publish.gradle"
|
|
||||||
apply from: "dokka.gradle"
|
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
kotlin = "2.2.0"
|
kotlin = "2.2.0"
|
||||||
kotlin-gradle-plugin = "8.2.2"
|
kotlin-gradle-plugin = "8.2.2"
|
||||||
|
|
||||||
nmcp = "0.2.1"
|
nmcp = "1.0.0-rc.1"
|
||||||
versions = "0.51.0"
|
versions = "0.51.0"
|
||||||
|
|
||||||
dokka = "2.0.0"
|
dokka = "2.0.0"
|
||||||
|
Reference in New Issue
Block a user