This repository was archived by the owner on Mar 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +9
-10
lines changed
use-arrow-meta-compiler-plugin Expand file tree Collapse file tree 7 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
- KOTLIN_VERSION =1.4.10
1
+ KOTLIN_VERSION =1.5.0-RC
2
2
JVM_TARGET_VERSION =1.8
3
- ARROW_META_VERSION =1.4.10 -SNAPSHOT
3
+ ARROW_META_VERSION =1.5.0-RC -SNAPSHOT
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
- KOTLIN_VERSION =1.4.10
1
+ KOTLIN_VERSION =1.5.0-RC
2
2
JUNIT_VERSION =5.7.0
3
3
ASSERTJ_VERSION =3.17.2
4
4
JVM_TARGET_VERSION =1.8
5
5
ARROW_VERSION =0.11.0
6
- ARROW_META_VERSION =1.4.10 -SNAPSHOT
6
+ ARROW_META_VERSION =1.5.0-RC -SNAPSHOT
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ compileKotlin {
56
56
compileTestKotlin {
57
57
kotlinOptions {
58
58
jvmTarget = " $JVM_TARGET_VERSION "
59
- freeCompilerArgs = [" -Xallow-jvm-ir-dependencies" ]
60
59
}
61
60
}
62
61
Original file line number Diff line number Diff line change 1
- KOTLIN_VERSION =1.4.10
2
- ARROW_META_VERSION =1.4.10 -SNAPSHOT
1
+ KOTLIN_VERSION =1.5.0-RC
2
+ ARROW_META_VERSION =1.5.0-RC -SNAPSHOT
3
3
JVM_TARGET_VERSION =1.8
4
4
JUNIT_VERSION =5.7.0
5
5
ASSERTJ_VERSION =3.17.2
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments