File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
tensorflow-core-kotlin-api
tensorflow-core-kotlin-generator Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 4545
4646 <properties >
4747 <kotlin .version>1.4.20</kotlin .version>
48+ <kotlin .jvmTarget>1.8</kotlin .jvmTarget>
49+
4850 <native .classifier>${javacpp.platform}${javacpp.platform.extension} </native .classifier>
4951 <javacpp .platform.extension></javacpp .platform.extension>
5052 <javacpp .platform.properties>${javacpp.platform} </javacpp .platform.properties>
Original file line number Diff line number Diff line change 127127 <arg >-Xopt-in=kotlin.contracts.ExperimentalContracts</arg >
128128 <arg >-Xexplicit-api=strict</arg >
129129 </args >
130+ <jvmTarget >${kotlin.jvmTarget} </jvmTarget >
130131 </configuration >
131132
132133 <executions >
Original file line number Diff line number Diff line change 5050 <groupId >org.jetbrains.kotlin</groupId >
5151 <artifactId >kotlin-maven-plugin</artifactId >
5252 <version >${kotlin.version} </version >
53+ <configuration >
54+ <jvmTarget >${kotlin.jvmTarget} </jvmTarget >
55+ </configuration >
5356
5457 <executions >
5558 <execution >
7376 <version >3.5.1</version >
7477 <configuration >
7578 <proc >none</proc >
76- <source >1.6 </source >
77- <target >1.6 </target >
79+ <source >1.8 </source >
80+ <target >1.8 </target >
7881 </configuration >
7982 <executions >
8083 <!-- Replacing default-compile as it is treated specially by maven -->
You can’t perform that action at this time.
0 commit comments