mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2026-03-09 10:32:28 +00:00
Compare commits
5 Commits
v1.6.0
...
renovate/m
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89c874d3da | ||
| 22b22c48f4 | |||
| 52f18b234d | |||
| 4d9708b53f | |||
| 91f3516c8f |
@@ -1,9 +1,15 @@
|
||||
interface InjectedExecOps {
|
||||
@Inject //@javax.inject.Inject
|
||||
ExecOperations getExecOps()
|
||||
}
|
||||
private String getCurrentVersionChangelog() {
|
||||
OutputStream changelogDataOS = new ByteArrayOutputStream()
|
||||
exec {
|
||||
|
||||
def injected = project.objects.newInstance(InjectedExecOps)
|
||||
injected.execOps.exec {
|
||||
commandLine 'chmod', "+x", './changelog_parser.sh'
|
||||
}
|
||||
exec {
|
||||
injected.execOps.exec {
|
||||
standardOutput = changelogDataOS
|
||||
commandLine './changelog_parser.sh', "${project.version}", 'CHANGELOG.md'
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
[versions]
|
||||
|
||||
kotlin = "2.3.0"
|
||||
kotlin-gradle-plugin = "8.12.+"
|
||||
kotlin-gradle-plugin = "9.1.+"
|
||||
|
||||
nmcp = "1.4.3"
|
||||
nmcp = "1.2.1"
|
||||
versions = "0.53.0"
|
||||
|
||||
dokka = "2.1.0"
|
||||
|
||||
Reference in New Issue
Block a user