Skip to content

Commit

Permalink
Clarify why not part of servicetalk-gradle-plugin-internal
Browse files Browse the repository at this point in the history
  • Loading branch information
idelpivnitskiy committed Jan 3, 2025
1 parent da9279b commit e2f3f27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ buildscript {

apply plugin: "io.servicetalk.servicetalk-gradle-plugin-internal-root"

// Unfortunately, we can not make this validation part of our servicetalk-gradle-plugin-internal because it requires
// JDK11 while we build and package out plugin with JDK8.
if (JavaVersion.current().isJava11Compatible()) {
apply plugin: "com.autonomousapps.dependency-analysis"

Expand Down

0 comments on commit e2f3f27

Please sign in to comment.