Skip to content

Commit

Permalink
Rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore authored Apr 2, 2024
1 parent 89fcd85 commit fed7db8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ java {

gradlePlugin {
plugins {
babricLoom {
id = 'babric-loom'
babricLoomExtension {
id = 'babric-loom-extension'
implementationClass = 'babric.BabricLoomPlugin'
}
}
Expand All @@ -89,8 +89,8 @@ publishing {

// Manually crate the plugin marker for snapshot versions
snapshotPlugin(MavenPublication) { publication ->
groupId 'babric-loom'
artifactId 'babric-loom.gradle.plugin'
groupId 'babric-loom-extension'
artifactId 'babric-loom-extension.gradle.plugin'
version baseVersion + '-SNAPSHOT'

pom.withXml({
Expand Down Expand Up @@ -119,4 +119,4 @@ publishing {
}
}
}
}
}

0 comments on commit fed7db8

Please sign in to comment.