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 8f32d84 commit ec6affcCopy full SHA for ec6affc
build.gradle
@@ -77,6 +77,10 @@ subprojects {
77
from javadoc.destinationDir
78
}
79
80
+ afterEvaluate {
81
+ archivesBaseName = POM_ARTIFACT_ID
82
+ }
83
+
84
publishing {
85
publications {
86
mavenJava(MavenPublication) {
core/build.gradle
@@ -5,8 +5,6 @@ plugins {
5
6
apply plugin: 'kotlin-kapt'
7
8
-
9
10
buildConfig {
11
className = "BuildConfig"
12
packageName = "com.tschuchort.compiletesting"
0 commit comments