Skip to content

Commit

Permalink
The java home check is fine, we don't mind
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamsoft committed Nov 2, 2024
1 parent d8dd1a1 commit e2f5dac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,15 @@ allprojects {
apply plugin: "com.github.ben-manes.versions"
apply plugin: "se.ascp.gradle.gradle-versions-filter"

// We don't care about enforcing JAVA_HOME checks
doctor {
javaHome {
ensureJavaHomeMatches = false
ensureJavaHomeIsSet = false
failOnError = false
}
}

repositories {
mavenLocal()
gradlePluginPortal()
Expand Down

0 comments on commit e2f5dac

Please sign in to comment.