Skip to content

Commit

Permalink
Update wrapper and maven publish version
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl DeBisschop committed Jul 24, 2024
1 parent 0a78931 commit 517c44f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,13 @@ publishing {
}
publications {
gpr(MavenPublication) {
from(components.java)
version = '0.9.5'

from components.java
}
}
}

wrapper {
gradleVersion = '6.2'
gradleVersion = '7.6'
}

0 comments on commit 517c44f

Please sign in to comment.