Skip to content

Commit 696f4c2

Browse files
committed
Jitpack build fix
1 parent c24aa36 commit 696f4c2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

transformations/build.gradle

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ plugins {
33
id 'maven-publish'
44
}
55

6-
group 'com.lukaskusik.library.coroutines.parallel'
7-
//version '1.0-SNAPSHOT'
6+
group = 'com.lukaskusik.library'
87

98
repositories {
109
mavenCentral()
@@ -28,3 +27,11 @@ compileKotlin {
2827
compileTestKotlin {
2928
kotlinOptions.jvmTarget = "1.8"
3029
}
30+
31+
publishing {
32+
publications {
33+
mavenJava(MavenPublication) {
34+
from components.java
35+
}
36+
}
37+
}

0 commit comments

Comments
 (0)