mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 21:48:32 +00:00
16 lines
279 B
Kotlin
16 lines
279 B
Kotlin
#!/usr/bin/env kotlin
|
|
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.22.0")
|
|
@file:DependsOn(
|
|
"org.eclipse.jgit:org.eclipse.jgit:4.6.0.201612231935-r"
|
|
)
|
|
|
|
@file : DependsOn
|
|
(
|
|
"org.jetbrains.lets-plot:lets-plot-kotlin-jvm:3.0.2"
|
|
|
|
)
|
|
|
|
// ...
|
|
|
|
println("Hello world")
|