Skip to content

Commit

Permalink
Merge branch 'master' of github.com:GlennFolker/EntityAnno
Browse files Browse the repository at this point in the history
  • Loading branch information
GlennFolker committed Apr 15, 2024
2 parents d526c4f + 5bc42a9 commit 2e841bb
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 2e841bb

Please sign in to comment.