File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ subprojects {
25
25
testImplementation " junit:junit:4.12"
26
26
}
27
27
28
+ java {
29
+ sourceCompatibility = JavaVersion . VERSION_1_7
30
+ targetCompatibility = JavaVersion . VERSION_1_7
31
+ }
32
+
28
33
plugins. withId(" org.jetbrains.dokka" ) {
29
34
dokka {
30
35
outputFormat = ' javadoc'
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ launch4j {
133
133
mainClassName = mainClassName
134
134
outputDir = " artifacts"
135
135
jar = ' ../artifacts/protoc-gen-grpc-kotlin'
136
+ jreMinVersion = JavaVersion . VERSION_1_7
136
137
}
137
138
138
139
shadowJar {
Original file line number Diff line number Diff line change
1
+ # Wed May 13 15:09:54 MDT 2020
2
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
1
3
distributionBase =GRADLE_USER_HOME
2
4
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
4
- zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
+ zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments