Skip to content

Releases: seu-as-code/seu-as-code.plugins

v3.0.0

25 Mar 13:12

Choose a tag to compare

Major rework of most plugins to run with Gradle 6.x and later versions again.
Credentials plugin now also support latest MacOS BigSur.

v2.5.0

10 Jul 06:57

Choose a tag to compare

  • Added Linux support to credentials plugin using secret-tool
  • Hook execution does not crash in case if serious errors
  • Added convenience option to create shortcuts for hook scripts

v2.4.0

06 Apr 19:52

Choose a tag to compare

  • Added new Platform plugin for platform specific tasks and dependencies
  • Added new Homebrew plugin for using Brew on MacOS to install software
  • Improved Credentials plugin to support storing credentials using the MacOS keychain
  • Several bugfixes and minor improvements

v2.3.0

08 Jul 12:13

Choose a tag to compare

  • Added Platform detection to base and credentials plugin.
  • Disabled credentials tasks on non Windows platforms.
  • Extra project properties to identify the platform. The may be used for dynamic platform specific dependencies.

v2.2.0

25 Mar 13:54

Choose a tag to compare

Binary release with latest plugins.

  • New credentials plugin with clean task.
  • New destroy SEU task for base plugin.
  • Changed group name for SEU-as-code plugins.

v2.1.1

15 Aug 10:38

Choose a tag to compare

Prepared POMs for Maven Central sync.

v2.1.0

14 Aug 20:46

Choose a tag to compare

Upgraded plugin dependencies to latest release versions:

  • Base Plugin
  • SVN Plugin
  • Git Plugin

The new H2 database dependency for the base plugin brings new behaviour. Per default this version now uses a MVStore implementation, resulting in a different database file name. For backwards compatibility reasons, the default database URL disables the new datastore engine. Might change in the future.

First public release

01 Aug 21:08

Choose a tag to compare

This release is the first public open source release of the SEU-as-Code Gradle plugins.
The plugins are available via

The SEU-as-Code archetype and examples will be published soon.