Bump version to 0.1.11
Removed groovy dependency from plugins.
This commit is contained in:
parent
be233d52b9
commit
b5ae2e29dc
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [0.1.11] - 2022-03-02
|
||||||
|
### Changed
|
||||||
|
- (plugins) Removed groovy dependency from build.gradle (it increased size and was not needed).
|
||||||
|
|
||||||
## [0.1.10] - 2022-03-01
|
## [0.1.10] - 2022-03-01
|
||||||
### Added
|
### Added
|
||||||
- (client) More debug options.
|
- (client) More debug options.
|
||||||
|
@ -16,5 +20,6 @@ All notable changes to this project will be documented in this file.
|
||||||
### Changed
|
### Changed
|
||||||
- Updated 3rd party dependencies.
|
- Updated 3rd party dependencies.
|
||||||
|
|
||||||
|
[0.1.11]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v0.1.11%0Dv0.1.10
|
||||||
[0.1.10]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v0.1.10%0Dv0.1.9
|
[0.1.10]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v0.1.10%0Dv0.1.9
|
||||||
[0.1.9]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v0.1.9%0Dv0.1.8
|
[0.1.9]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v0.1.9%0Dv0.1.8
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version = 0.1.10
|
version = 0.1.11
|
||||||
pf4jVersion = 3.6.0
|
pf4jVersion = 3.6.0
|
||||||
slf4jVersion = 1.7.36
|
slf4jVersion = 1.7.36
|
||||||
camelVersion = 3.14.1
|
camelVersion = 3.14.1
|
||||||
|
|
|
@ -25,9 +25,6 @@ subprojects {
|
||||||
compileOnly(group: 'com.github.oshi', name: 'oshi-core', version: oshiVersion) {
|
compileOnly(group: 'com.github.oshi', name: 'oshi-core', version: oshiVersion) {
|
||||||
exclude(group: "org.slf4j")
|
exclude(group: "org.slf4j")
|
||||||
}
|
}
|
||||||
|
|
||||||
implementation 'org.codehaus.groovy:groovy-all:3.0.9'
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
task uberJar(type: Jar) {
|
task uberJar(type: Jar) {
|
||||||
|
|
Loading…
Reference in a new issue