Skip to content

Commit

Permalink
Can't forget about pom details
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed May 27, 2024
1 parent d6dc60b commit 7f2cec2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import net.neoforged.gradleutils.PomUtilsExtension

plugins {
id 'groovy'
id 'java-library'
Expand Down Expand Up @@ -42,6 +44,13 @@ publishing {
from components.java
artifact(tasks.groovydocJar)
artifactId = 'camelot-config'
pom {
name = 'Camelot configuration'
description = 'Configuration for the Camelot Discord bot'
rootProject.pomUtils.githubRepo(it, 'Camelot')
rootProject.pomUtils.neoForgedDeveloper(it)
rootProject.pomUtils.license(it, PomUtilsExtension.License.MIT)
}
}
}
}

0 comments on commit 7f2cec2

Please sign in to comment.