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/k
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
626a9e9513 | ||
| 22b22c48f4 | |||
| 52f18b234d | |||
| 4d9708b53f | |||
| 91f3516c8f |
@@ -1,9 +1,15 @@
|
|||||||
|
interface InjectedExecOps {
|
||||||
|
@Inject //@javax.inject.Inject
|
||||||
|
ExecOperations getExecOps()
|
||||||
|
}
|
||||||
private String getCurrentVersionChangelog() {
|
private String getCurrentVersionChangelog() {
|
||||||
OutputStream changelogDataOS = new ByteArrayOutputStream()
|
OutputStream changelogDataOS = new ByteArrayOutputStream()
|
||||||
exec {
|
|
||||||
|
def injected = project.objects.newInstance(InjectedExecOps)
|
||||||
|
injected.execOps.exec {
|
||||||
commandLine 'chmod', "+x", './changelog_parser.sh'
|
commandLine 'chmod', "+x", './changelog_parser.sh'
|
||||||
}
|
}
|
||||||
exec {
|
injected.execOps.exec {
|
||||||
standardOutput = changelogDataOS
|
standardOutput = changelogDataOS
|
||||||
commandLine './changelog_parser.sh', "${project.version}", 'CHANGELOG.md'
|
commandLine './changelog_parser.sh', "${project.version}", 'CHANGELOG.md'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kotlin = "2.3.0"
|
kotlin = "2.3.0"
|
||||||
kotlin-gradle-plugin = "8.12.+"
|
kotlin-gradle-plugin = "8.13.+"
|
||||||
|
|
||||||
nmcp = "1.4.3"
|
nmcp = "1.2.1"
|
||||||
versions = "0.53.0"
|
versions = "0.53.0"
|
||||||
|
|
||||||
dokka = "2.1.0"
|
dokka = "2.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user