1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
gradle-kotlin-dsl (0.13.2-5) unstable; urgency=medium
* Compile against kotlin-compiler-embeddable instead of kotlin-compiler
* Add kotlin-script-runtime.jar and trove4j.jar to the classpath
* Replaced the kotlin-stdlib-jre<n> dependencies with kotlin-stdlib-jdk<n>
-- Emmanuel Bourg <ebourg@apache.org> Wed, 01 Feb 2023 11:02:33 +0100
gradle-kotlin-dsl (0.13.2-4) unstable; urgency=medium
* Path relative to the Gradle lib directory in the classpath.properties files
* Install the Kotlin DSL and dependencies to the Gradle lib directory
* Install the Maven poms
-- Emmanuel Bourg <ebourg@apache.org> Tue, 31 Jan 2023 13:14:40 +0100
gradle-kotlin-dsl (0.13.2-3) unstable; urgency=medium
* Build the tooling-builders module
* Fixed the .kt files included in gradle-kotlin-dsl-tooling-models.jar
* Fixed the classpath.properties files of gradle-kotlin-dsl.jar
-- Emmanuel Bourg <ebourg@apache.org> Tue, 31 Jan 2023 01:02:13 +0100
gradle-kotlin-dsl (0.13.2-2) unstable; urgency=medium
* Build with Java 17
-- Emmanuel Bourg <ebourg@apache.org> Mon, 30 Jan 2023 17:38:26 +0100
gradle-kotlin-dsl (0.13.2-1) unstable; urgency=medium
* Initial release. (Closes: #1029240)
-- Emmanuel Bourg <ebourg@apache.org> Fri, 20 Jan 2023 12:04:37 +0100
|