Skip to content

Commit

Permalink
what the heck v2
Browse files Browse the repository at this point in the history
  • Loading branch information
GlennFolker committed Apr 15, 2024
1 parent 2e841bb commit acae350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ configure(allprojects - project(":downgrader")){
configure(arrayListOf(project(":downgrader"), project(":entity"))){
sourceSets["main"].resources.setSrcDirs(arrayListOf(layout.projectDirectory.dir("assets")))

group = "com.github.Glenn.EntityAnno"
group = "com.github.GlennFolker.EntityAnno"
publishing.publications.register<MavenPublication>("maven"){
from(components["java"])
}
Expand Down

0 comments on commit acae350

Please sign in to comment.