Skip to content

Commit

Permalink
Jitpack build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cvb941 committed Jan 6, 2022
1 parent c24aa36 commit 696f4c2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions transformations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ plugins {
id 'maven-publish'
}

group 'com.lukaskusik.library.coroutines.parallel'
//version '1.0-SNAPSHOT'
group = 'com.lukaskusik.library'

repositories {
mavenCentral()
Expand All @@ -28,3 +27,11 @@ compileKotlin {
compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
}

publishing {
publications {
mavenJava(MavenPublication) {
from components.java
}
}
}

0 comments on commit 696f4c2

Please sign in to comment.