We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d004079 commit ea4c07aCopy full SHA for ea4c07a
gradle/artifacts.gradle
gradle/mvn-publish.gradle
@@ -12,7 +12,6 @@ publishing {
12
version getVersionName()
13
14
artifact("$buildDir/outputs/aar/${project.getName()}-release.aar")
15
- artifact sourcesJar
16
17
// Self-explanatory metadata for the most part
18
pom {
substrata-kotlin/build.gradle
@@ -52,5 +52,4 @@ dependencies {
52
implementation "org.jetbrains.kotlin:kotlin-reflect:1.6.21"
53
}
54
55
-apply from: rootProject.file('gradle/artifacts.gradle')
56
apply from: rootProject.file('gradle/mvn-publish.gradle')
0 commit comments