Releases: seu-as-code/seu-as-code.plugins
Releases · seu-as-code/seu-as-code.plugins
v3.0.0
v2.5.0
- 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
- 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
- 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
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
Prepared POMs for Maven Central sync.
v2.1.0
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
This release is the first public open source release of the SEU-as-Code Gradle plugins.
The plugins are available via
- the Gradle plugin portal https://plugins.gradle.org/search?term=seu-as-code
- the Bintray Maven repository https://dl.bintray.com/seu-as-code/gradle-plugins
The SEU-as-Code archetype and examples will be published soon.