Skip to content

Commit

Permalink
Merge pull request #1 from Jamalam360/main
Browse files Browse the repository at this point in the history
Allows other mods to depend on this mod via https://jitpack.io
  • Loading branch information
uberswe authored Sep 5, 2024
2 parents 085e7f0 + 8f74fff commit ae2e9cc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,16 @@ jar {
rename { "${it}_${project.base.archivesName.get()}"}
}
}

publishing {
publications {
create("mavenJava", MavenPublication) {
artifactId = project.archives_base_name
from components.java
}
}

repositories {
mavenLocal()
}
}
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk17

0 comments on commit ae2e9cc

Please sign in to comment.