Skip to content

Commit

Permalink
what the heck
Browse files Browse the repository at this point in the history
  • Loading branch information
GlennFolker committed Apr 11, 2024
1 parent 688a9d4 commit 5bc42a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.GlennFolker.EntityAnno"
group = "com.github.Glenn.EntityAnno"
publishing.publications.register<MavenPublication>("maven"){
from(components["java"])
}
Expand All @@ -108,7 +108,7 @@ project(":entity"){
project(":"){
apply(plugin = "java-gradle-plugin")

group = "com.github.Folker"
group = "com.github.GlennFolker"
configure<GradlePluginDevelopmentExtension>{
plugins.register("entityAnno"){
id = "com.github.GlennFolker.EntityAnno"
Expand Down

0 comments on commit 5bc42a9

Please sign in to comment.