Skip to content

Latest commit

 

History

History
70 lines (60 loc) · 5.92 KB

CHANGELOG.md

File metadata and controls

70 lines (60 loc) · 5.92 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.0

What's Changed

  • enhancement - Add support for running tests by @Arthurm1 in #144
  • fix - Only send build target count during initialization by @jdneo in #153
  • fix - Handle older versions of Gradle by @Arthurm1 in #149
  • fix - Add JDK 22 compatibility support by @jdneo in #152
  • fix- Return the root cause of the message by @jdneo in #156
  • fix - LanguageExtension downcast resolution by @Tanish-Ranjan in #160
  • fix - Set env vars for Windows testing by @Arthurm1 in #164
  • fix - Composite Builds using Build Actions by @Tanish-Ranjan in #154
  • fix - Cannot get test display name by @jdneo in #166
  • fix - Unsupported class file for the build action class by @jdneo in #170
  • fix - Use project dir instead of project path by @jdneo in #171
  • fix - --no-daemon not working on Gradle 8.9 by @jdneo in #172

New Contributors

  • @Tanish-Ranjan made their first contribution in #160

0.2.0

What's Changed

  • enhancement - Populate more JavacOptionsResult info by @Arthurm1 in #105
  • enhancement - Implement buildTargetCleanCache by @Arthurm1 in #110
  • enhancement - Populate buildTarget/displayName by @Arthurm1 in #106
  • enhancement - Populate java compiler args by @Arthurm1 in #109
  • enhancement - Support buildTarget/dependencySources by @Arthurm1 in #130
  • enhancement - Add Scala support by @Arthurm1 in #113
  • fix - Put NOTICE.txt into META-INF folder of the output jar by @jdneo in #103
  • fix - Check Gradle version for Java 21 by @jdneo in #111
  • fix - Populate test tag correctly for all sourcesets by @Arthurm1 in #108
  • fix - Handle different project dependency configs by @Arthurm1 in #107
  • fix - Change display name format by @Arthurm1 in #123
  • fix - Remove the fallback Gradle version by @jdneo in #137
  • fix - Ignore compilation on empty build targets by @Arthurm1 in #133
  • fix - Remove Comment generated by the 'init' task by @donat in #138
  • refactor - Support multiple languages. by @jdneo in #125
  • refactor - Shift sourceset population out of buildInitialize by @Arthurm1 in #135
  • refactor - Add more error reporting for getGradleSourceSets failure by @Arthurm1 in #139
  • refactor - Handle progress reports better by @Arthurm1 in #116
  • dependencies - Update project to use Gradle 8.7 by @Arthurm1 in #134
  • dependencies - Update Gradle tooling API to 8.7 by @Arthurm1 in #146
  • test - Add message checking to integration tests by @Arthurm1 in #136
  • test - Auto download toolchain in test project by @Arthurm1 in #143

New Contributors

  • @Arthurm1 made their first contribution in #105
  • @donat made their first contribution in #138

Full Changelog: https://github.com/microsoft/build-server-for-gradle/compare/0.1.2...0.2.0

0.1.2

Fixed

  • Plugin with id not found. PR#98
  • No builders are available to build a model of type. PR#99
  • No such method error: CompileOptions.getAnnotationProcessorGeneratedSourcesDirectory(). PR#100

0.1.1

Fixed

  • Reuse Gradle connector for the same project root. PR#94
  • Improve the Gradle home path search logic. PR#95
  • Use Gradle 7.4.2 as a fallback version when no suitable build approach is found. PR#96

0.1.0

  • Initial implementation.