Skip to content

Commit

Permalink
GRADLE SCRIPT WORKS ALSO BOYFRIEND IS HERE
Browse files Browse the repository at this point in the history
  • Loading branch information
SammySemicolon committed Dec 5, 2023
1 parent d3e95dd commit f1acf13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,16 @@ tasks.withType<Jar> {
// exclude 'assets/malum/models/block/bbmodels/**'
//}

java {
withJavadocJar()
withSourcesJar()
}

publishing {
publications {
register<MavenPublication>("mavenJava") {
artifactId = baseArchivesName
artifact(tasks.jar.get())
from(components["java"])
}
}
repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ modAuthors=Sammy Semicolon
# The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.
modDescription=A dark magic mod focused on soul and spirit magic.
# Mod Dependency Versions
lodestoneVersion=1.4.2.38
lodestoneVersion=1.4.2.42
jeiVersion=15.2.0.22
curiosVersion=5.4.0+1.20.1

0 comments on commit f1acf13

Please sign in to comment.