Erhard Pointl

Results 6 issues of Erhard Pointl

while using gradle 6.0-rc-1, see ``` The baseName property has been deprecated. This is scheduled to be removed in Gradle 7.0. Please use the archiveBaseName property instead. at org.gradle.api.tasks.bundling.AbstractArchiveTask.getBaseName(AbstractArchiveTask.java:220) at...

Very first draft (#755). This pr extends shipkit configuration in a way that we have to configure the license used (incl url now). ``` shipkit { ... licenseInfo.license = "Eclipse...

Recently, we deprecated ```org.shipkit.gradle.configuration.ShipkitConfiguration.ReleaseNotes#getPublicationPluginName``` and ```org.shipkit.gradle.configuration.ShipkitConfiguration.ReleaseNotes#setPublicationPluginName``` and scheduled it for removal. Let's remove the code mentioned once we'll release v3.0.0.

### Goal Usually, open source projects do have a section in their README.md which shows how to easily add/integrate the project. In shipkit we are currently using ``` plugins {...

scoping needed

## Goal Let's decouple release note generation from github and furthermore make it possible to use other git services. ## Steps - [ ] move github related code from `org.shipkit.internal.notes.contributors`...