We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b48d5 commit 5ee571aCopy full SHA for 5ee571a
ml-data-hub-plugin/src/main/groovy/com/marklogic/gradle/DataHubPlugin.groovy
@@ -18,7 +18,7 @@ class DataHubPlugin implements Plugin<Project> {
18
19
@Override
20
void apply(Project project) {
21
- if (Double.parseDouble(project.gradle.gradleVersion) < 3.1) {
+ if (DataHub.versionCompare(project.gradle.gradleVersion, "3.1") == -1) {
22
logger.error("\n\n" +
23
"********************************\n" +
24
"Hold the phone!\n\n" +
0 commit comments