Skip to content

Commit

Permalink
It seems we have to disable metalava-gradle plugin itself.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Dec 13, 2023
1 parent 840bcee commit 16cc583
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ plugins {
id "org.jetbrains.dokka" version "1.8.20" apply false
id 'org.bytedeco.gradle-javacpp-build' version "1.5.9" apply false
id 'org.bytedeco.gradle-javacpp-platform' version '1.5.9' apply false
id 'me.tylerbwong.gradle.metalava' version '0.3.5' apply false
// FIXME: re-enable metalava when we could migrate to Gradle 8.x
//id 'me.tylerbwong.gradle.metalava' version '0.3.5' apply false
}

allprojects {
Expand Down

0 comments on commit 16cc583

Please sign in to comment.