Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
titivermeesch committed Jul 27, 2024
1 parent b143381 commit 27cb99e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ publishing {
publications {
maven(MavenPublication) {
groupId = 'me.playbosswar.com'
artifactId = 'commandtimer'
artifactId = 'commandtimer-java21'
version = '8.7.3'

from components.java
Expand Down
2 changes: 1 addition & 1 deletion java17-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ publishing {
publications {
maven(MavenPublication) {
groupId = 'me.playbosswar.com'
artifactId = 'commandtimer'
artifactId = 'commandtimer-java17'
version = '8.7.3'

from components.java
Expand Down
2 changes: 1 addition & 1 deletion java8-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ publishing {
publications {
maven(MavenPublication) {
groupId = 'me.playbosswar.com'
artifactId = 'commandtimer'
artifactId = 'commandtimer-java8'
version = '8.7.3'

from components.java
Expand Down

0 comments on commit 27cb99e

Please sign in to comment.