Skip to content

Commit

Permalink
Build: Use official revapi Gradle plugin (#10631)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajantha-bhat committed Jul 5, 2024
1 parent 9a0fc49 commit 83dd59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ buildscript {
classpath 'me.champeau.jmh:jmh-gradle-plugin:0.7.2'
classpath 'gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.6'
classpath "com.github.alisiikh:gradle-scalastyle-plugin:3.5.0"
classpath 'io.github.nastra.gradle.revapi:gradle-revapi:1.8.1'
classpath 'org.revapi:gradle-revapi:1.8.0'
classpath 'com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.2'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:3.1.0'
classpath 'org.openapitools:openapi-generator-gradle-plugin:6.6.0'
Expand Down Expand Up @@ -139,7 +139,7 @@ subprojects {
apply plugin: 'java-library'

if (project.name in REVAPI_PROJECTS) {
apply plugin: 'io.github.nastra.revapi'
apply plugin: 'org.revapi.revapi-gradle-plugin'
revapi {
oldGroup = project.group
oldName = project.name
Expand Down

0 comments on commit 83dd59a

Please sign in to comment.