Skip to content

Commit

Permalink
1.0.6: forgot something
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Jul 10, 2023
1 parent 51244f2 commit 1bca7a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ java {
}

publishing {
publications {
create<MavenPublication>("maven") {
from(components["java"])
}
}

repositories {
maven {
name = "GitHubPackages"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn_mappings=1.20+build.1
loader_version=0.14.21
fabric_kotlin_version=1.9.5+kotlin.1.8.22

mod_version=1.0.5
mod_version=1.0.6
maven_group=pm.n2
archives_base_name=hajlib

Expand Down

0 comments on commit 1bca7a2

Please sign in to comment.