Skip to content

Commit

Permalink
update build.gradle (fixed automatic revapi check)
Browse files Browse the repository at this point in the history
  • Loading branch information
oertl committed Nov 22, 2024
1 parent 562b8fc commit 32f03d1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
import com.diffplug.gradle.spotless.JavaExtension


buildscript {
dependencies {
classpath 'org.revapi:gradle-revapi:1.8.0'
}
}

plugins {
id 'java-library'
id 'me.champeau.mrjar' version "0.1.1"
Expand All @@ -10,12 +17,14 @@ plugins {
id 'maven-publish'
id 'signing'
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
id 'com.palantir.revapi' version '1.8.0'
id 'net.ltgt.errorprone' version '4.1.0'
}

apply plugin: 'org.revapi.revapi-gradle-plugin'

repositories {
mavenCentral()
gradlePluginPortal()
}

dependencies {
Expand All @@ -27,7 +36,7 @@ dependencies {
testImplementation group: 'org.hipparchus', name: 'hipparchus-optim', version: '3.1'
testImplementation group: 'com.google.guava', name: 'guava', version: '33.3.1-jre'
testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.17.1'
testImplementation group: 'net.openhft', name: 'zero-allocation-hashing', version: '0.26ea0'
testImplementation group: 'net.openhft', name: 'zero-allocation-hashing', version: '0.15'
testImplementation group: 'com.appmattus.crypto', name: 'cryptohash', version: '1.0.2'
testImplementation group: 'org.greenrobot', name: 'essentials', version: '3.1.0'
testImplementation group: 'com.sangupta', name: 'murmur', version: '1.0.0'
Expand Down

0 comments on commit 32f03d1

Please sign in to comment.