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

Release version 1.1.0

parent 199d2ef7
Branches
Tags v1.1.0
No related merge requests found
Pipeline #149069 passed
......@@ -17,7 +17,7 @@ Apply the plugin:
```groovy
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 {
}
```
## 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
The source code is distributed under the [Eclipse Public License - v 2.0](LICENSE.txt).
......
......@@ -3,7 +3,7 @@ plugins {
}
group = "de.hhu.stups"
version = "1.0.0"
version = "1.1.0"
java {
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