Skip to content

Commit

Permalink
Backporting all PR from 5.4.0 to 6.2.0+ with java 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégoire Rolland committed Jun 10, 2024
1 parent deec632 commit 92bf762
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,12 @@ def integrationTestTask = tasks.register('integrationTest', Test) {

publishing {
publications {
create<MavenPublication>("default") {
from(components["java"])
maven(MavenPublication) {
groupId = 'io.github.grrolland'
artifactId = 'vault-java-driver'
version = '5.4.1'

from components.java
}
}
repositories {
Expand Down

0 comments on commit 92bf762

Please sign in to comment.