diff --git a/.gitignore b/.gitignore index cf2b4b8..6ab32ee 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ classes/ transform-classes/ tomcat.* /ROOT/ -/spark_warehouse/ \ No newline at end of file +/spark_warehouse/ +ROOT/ +spark_warehouse/ \ No newline at end of file diff --git a/build.gradle b/build.gradle index 21dabe1..4247bb7 100644 --- a/build.gradle +++ b/build.gradle @@ -26,10 +26,6 @@ task install(type: Copy) { from configurations.runtimeClasspath } -static def isWindows() { - return org.gradle.internal.os.OperatingSystem.current().isWindows() -} - dependencies { implementation files("${System.getProperty('java.home')}/../lib/tools.jar") implementation 'com.fr.third:fine-third:' + fineVersion @@ -48,8 +44,8 @@ dependencies { implementation 'com.finebi:fine-bi-adapter:' + finebiVersion implementation 'com.finebi:fine-bi-engine-spider:' + finebiVersion implementation 'com.finebi:fine-bi-foundation:' + finebiVersion - implementation 'com.finebi:fine-decision-bi:' + finebiVersion - implementation 'com.finebi:fine-schedule-bi:' + finebiVersion + implementation 'com.finebi:fine-decision-bi:' + fineVersion + implementation 'com.finebi:fine-schedule-bi:' + fineVersion implementation 'org.apache.tomcat:tomcat-catalina:8.5.32' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ba94df8..14b7a10 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Wed Jun 10 11:47:58 CST 2020 +distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-all.zip distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-bin.zip -zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME