You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 0.2.0
9
+
## What's Changed
10
+
* enhancement - Populate more JavacOptionsResult info by @Arthurm1 in [#105](https://github.com/microsoft/build-server-for-gradle/pull/105)
11
+
* enhancement - Implement buildTargetCleanCache by @Arthurm1 in [#110](https://github.com/microsoft/build-server-for-gradle/pull/110)
12
+
* enhancement - Populate buildTarget/displayName by @Arthurm1 in [#106](https://github.com/microsoft/build-server-for-gradle/pull/106)
13
+
* enhancement - Populate java compiler args by @Arthurm1 in [#109](https://github.com/microsoft/build-server-for-gradle/pull/109)
14
+
* enhancement - Support buildTarget/dependencySources by @Arthurm1 in [#130](https://github.com/microsoft/build-server-for-gradle/pull/130)
15
+
* enhancement - Add Scala support by @Arthurm1 in [#113](https://github.com/microsoft/build-server-for-gradle/pull/113)
16
+
* fix - Put NOTICE.txt into META-INF folder of the output jar by @jdneo in [#103](https://github.com/microsoft/build-server-for-gradle/pull/103)
17
+
* fix - Check Gradle version for Java 21 by @jdneo in [#111](https://github.com/microsoft/build-server-for-gradle/pull/111)
18
+
* fix - Populate test tag correctly for all sourcesets by @Arthurm1 in [#108](https://github.com/microsoft/build-server-for-gradle/pull/108)
19
+
* fix - Handle different project dependency configs by @Arthurm1 in [#107](https://github.com/microsoft/build-server-for-gradle/pull/107)
20
+
* fix - Change display name format by @Arthurm1 in [#123](https://github.com/microsoft/build-server-for-gradle/pull/123)
21
+
* fix - Remove the fallback Gradle version by @jdneo in [#137](https://github.com/microsoft/build-server-for-gradle/pull/137)
22
+
* fix - Ignore compilation on empty build targets by @Arthurm1 in [#133](https://github.com/microsoft/build-server-for-gradle/pull/133)
23
+
* fix - Remove Comment generated by the 'init' task by @donat in [#138](https://github.com/microsoft/build-server-for-gradle/pull/138)
24
+
* refactor - Support multiple languages. by @jdneo in [#125](https://github.com/microsoft/build-server-for-gradle/pull/125)
25
+
* refactor - Shift sourceset population out of buildInitialize by @Arthurm1 in [#135](https://github.com/microsoft/build-server-for-gradle/pull/135)
26
+
* refactor - Add more error reporting for getGradleSourceSets failure by @Arthurm1 in [#139](https://github.com/microsoft/build-server-for-gradle/pull/139)
27
+
* refactor - Handle progress reports better by @Arthurm1 in [#116](https://github.com/microsoft/build-server-for-gradle/pull/116)
28
+
* dependencies - Update project to use Gradle 8.7 by @Arthurm1 in [#134](https://github.com/microsoft/build-server-for-gradle/pull/134)
29
+
* dependencies - Update Gradle tooling API to 8.7 by @Arthurm1 in [#146](https://github.com/microsoft/build-server-for-gradle/pull/146)
30
+
* test - Add message checking to integration tests by @Arthurm1 in [#136](https://github.com/microsoft/build-server-for-gradle/pull/136)
31
+
* test - Auto download toolchain in test project by @Arthurm1 in [#143](https://github.com/microsoft/build-server-for-gradle/pull/143)
32
+
33
+
## New Contributors
34
+
*@Arthurm1 made their first contribution in https://github.com/microsoft/build-server-for-gradle/pull/105
35
+
*@donat made their first contribution in https://github.com/microsoft/build-server-for-gradle/pull/138
0 commit comments