Skip to content

Releases: getappmap/appmap-gradle-plugin

v1.2.0

13 Sep 20:45
Compare
Choose a tag to compare

1.2.0 (2023-09-13)

Bug Fixes

  • don't require appmap.configFile (eaa87c0)

Features

  • default output directory is now tmp/appmap (2491798)

v1.1.1

15 Oct 16:56
Compare
Choose a tag to compare

1.1.1 (2021-10-15)

Bug Fixes

  • Add backward compatibility for Gradle 5.0 (5fad30c)

v1.1.0

09 Aug 21:42
Compare
Choose a tag to compare

1.1.0 (2021-08-09)

Bug Fixes

  • Don't clean the output directory on build (3cf48c3)
  • gsub Appmap -> AppMap (9286a9f)

Features

  • Add task to print the appmap jar file path and java.home (7e0cefe)
  • Agent version ranges from 1.3 to 2.0 (not inclusive) (e32f238)
  • Apply version constraint [1.0, 2.0) to appmap-agent (ceec53c)
  • Rename 'validate-config' task to 'appmap-validate-config' (d4418ac)
  • Update behavior of debug flag (d6e9019)

v1.0.2

20 May 20:44
Compare
Choose a tag to compare

1.0.2 (2021-05-20)

Bug Fixes

  • to be able to config gradle plugin from a kotlin .kts script (#10) (eb2f555)

v1.0.1

12 May 22:09
Compare
Choose a tag to compare

1.0.1 (2021-05-12)

Bug Fixes

  • Publish to plugins.gradle.org (d0ec88d)

v1.0.0

12 May 21:59
Compare
Choose a tag to compare

1.0.0 (2021-05-12)

Features

  • Updated Documentation, Added validate-config goal to check on config files, and clean output directory action to delete previously generated files. (#5) (8f44c51)