Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
id 'java-library'
id 'maven-publish'
id 'io.github.gradle-nexus.publish-plugin' version '1.0.0'
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
id 'signing'
id 'com.google.protobuf' version '0.8.13'
id 'com.google.protobuf' version '0.9.6'
id 'idea'
id 'me.champeau.jmh' version '0.6.5'
id "com.diffplug.spotless" version "5.11.1"
id 'me.champeau.jmh' version '0.7.3'
id "com.diffplug.spotless" version "5.17.1"
}

repositories {
Expand Down Expand Up @@ -57,17 +57,17 @@ java {
dependencies {
protobufImplementation 'com.google.protobuf:protobuf-java:3.13.0'
testImplementation 'com.google.protobuf:protobuf-java:3.13.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.14.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.3'
testImplementation 'org.assertj:assertj-core:3.19.0'
testImplementation 'org.openjdk.jol:jol-core:0.10'
testImplementation 'org.openjdk.jol:jol-core:0.17'
}

protobuf {
// make it possible to build without protoc installed
protoc {
artifact = 'com.google.protobuf:protoc:3.3.0'
artifact = 'com.google.protobuf:protoc:3.25.8'
}
}

Expand All @@ -79,7 +79,7 @@ javadoc {
}

jmh {
jmhVersion = '1.26'
jmhVersion = '1.37'
}

jmhJar {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists