Skip to content

Commit

Permalink
Build: Update jitpack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
caoimhebyrne committed Apr 5, 2021
1 parent dd74e70 commit 7c07b4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,3 @@ dependencies {
shadowJar {
archiveClassifier.set("core")
}

publishing {
publications {
maven(MavenPublication) {
artifactId = "MediaMod"
from components.java
}
}
}

2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ jdk:
- openjdk8
install:
- chmod +x ./gradlew
- ./gradlew clean publishToMavenLocal
- ./gradlew build

0 comments on commit 7c07b4e

Please # to comment.