Skip to content

Commit

Permalink
Merge pull request #58 from dynatrace-oss/revapi
Browse files Browse the repository at this point in the history
added revapi
  • Loading branch information
oertl authored Nov 28, 2022
2 parents 24ac6a4 + ca645ba commit 17bfe55
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.palantir.gradle.revapi:gradle-revapi:1.7.0'
}
}

plugins {
id 'java'
id 'java-library'
Expand All @@ -8,6 +17,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
id "com.palantir.revapi" version "1.7.0"
}

def readJavaLicense = licenseName -> {
Expand Down

0 comments on commit 17bfe55

Please sign in to comment.