Skip to content
Snippets Groups Projects
Commit d26f9a78 authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

Build with the default JDK instead of OpenJDK 8

parent 0fb942fe
Branches master
No related merge requests found
kotlinx-coroutines (1.0.1-2) unstable; urgency=medium
* Build with the default JDK instead of OpenJDK 8
-- Emmanuel Bourg <ebourg@apache.org> Thu, 02 Feb 2023 22:31:17 +0100
kotlinx-coroutines (1.0.1-1) unstable; urgency=medium
* Initial release (Closes: #1029546)
......
......@@ -6,11 +6,11 @@ Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
ant,
debhelper-compat (= 13),
default-jdk,
gradle-debian-helper,
kotlin,
libkotlinx-atomicfu-java,
maven-repo-helper,
openjdk-8-jdk-headless
maven-repo-helper
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/java-team/kotlinx-coroutines
Vcs-Git: https://salsa.debian.org/java-team/kotlinx-coroutines.git
......
......@@ -3,16 +3,16 @@
%:
dh $@ --buildsystem=gradle --with maven-repo-helper --no-parallel
export JDK_16=/usr/lib/jvm/default-java/
override_dh_auto_build:
-JDK_16=/usr/lib/jvm/java-8-openjdk-amd64/ \
dh_auto_build -- \
-dh_auto_build -- \
-Dkotlin.compiler.execution.strategy=in-process \
-Pkotlin_version=1.3.31 \
-PatomicFU_version=0.11.12 \
-Pversion=1.0.1 \
install
JDK_16=/usr/lib/jvm/java-8-openjdk-amd64/ \
dh_auto_build -- \
-Dkotlin.compiler.execution.strategy=in-process \
-Pkotlin_version=1.3.31 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment