Skip to content

Commit e5268a0

Browse files
committed
Update dependencies and support for new maven central publishing
1 parent 0cb2d59 commit e5268a0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id "idea"
33
id "java-library"
44
id "me.champeau.jmh" version "0.6.6"
5-
id "com.vanniktech.maven.publish" version "0.18.0"
5+
id "com.vanniktech.maven.publish" version "0.34.0"
66
}
77

88
allprojects {
@@ -72,7 +72,7 @@ sourceSets {
7272
}
7373

7474
dependencies {
75-
api group: 'it.unimi.dsi', name: 'fastutil', version: '8.5.9'
75+
api group: 'it.unimi.dsi', name: 'fastutil', version: '8.5.16'
7676

7777
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
7878
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mavenCentralPublishing=true
2+
signAllPublications=true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)