Skip to content

Commit

Permalink
looks like this was the missing part
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed May 8, 2021
1 parent a4317d7 commit ff9d04f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
1 change: 0 additions & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}

group 'com.github.kwebio'
version '0.4.33'
version '0.4.34'

repositories {
mavenCentral()
Expand Down Expand Up @@ -50,3 +50,14 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
jvmTarget = "1.8"
}
}

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

0 comments on commit ff9d04f

Please sign in to comment.