Skip to content

Commit

Permalink
💚 Fix CI permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nullptr-rs committed Jan 30, 2023
1 parent f87e9ab commit 65bfaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ subprojects {
pom {
groupId = project.group
version = project.version
artifactId = rootProject.name.toLowerCase() + (!(project.name == "tools") ? "-" + project.name.toLowerCase() : "")
artifactId = "tools" + (!(project.name == "tools") ? "-" + project.name.toLowerCase() : "")
name = project.name
description = '🛠️ A complete, modular and flexible toolset for all your Java ☕ projects'
url = 'https://github.com/nullptr-rs/nullptr-tools'
Expand Down

0 comments on commit 65bfaec

Please sign in to comment.