Skip to content
Snippets Groups Projects
Commit 91909cb1 authored by dgelessus's avatar dgelessus
Browse files

Release version 1.1.0

parent 199d2ef7
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -17,7 +17,7 @@ Apply the plugin: ...@@ -17,7 +17,7 @@ Apply the plugin:
```groovy ```groovy
plugins { plugins {
id "de.hhu.stups.sablecc" version "1.0.0" id "de.hhu.stups.sablecc" version "1.1.0"
} }
``` ```
...@@ -58,6 +58,16 @@ tasks.named("generateSableCCSource").configure { ...@@ -58,6 +58,16 @@ tasks.named("generateSableCCSource").configure {
} }
``` ```
## Changelog
## Version 1.1.0
* Fix `sourcesJar` task not always depending on `generateSableCCSource` as intended. This caused deprecation warnings from Gradle about undeclared dependencies.
## Version 1.0.0
* Initial release.
## License ## License
The source code is distributed under the [Eclipse Public License - v 2.0](LICENSE.txt). The source code is distributed under the [Eclipse Public License - v 2.0](LICENSE.txt).
......
...@@ -3,7 +3,7 @@ plugins { ...@@ -3,7 +3,7 @@ plugins {
} }
group = "de.hhu.stups" group = "de.hhu.stups"
version = "1.0.0" version = "1.1.0"
java { java {
sourceCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = JavaVersion.VERSION_1_8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment