Skip to content

Commit

Permalink
Publish artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex committed Aug 6, 2021
1 parent ca4e312 commit 654857a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ allprojects {
mavenCentral()
maven { url "https://jitpack.io" }
}

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

dependencies {
Expand Down

0 comments on commit 654857a

Please sign in to comment.