mirror of https://github.com/renovatebot/renovate
10 lines
293 B
Kotlin
10 lines
293 B
Kotlin
#!/usr/bin/env kotlin
|
|
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.22.0")
|
|
@file:DependsOn(":org.eclipse.jgit:4.6.0.201612231935-r")
|
|
@file:DependsOn("org.jetbrains.lets-plot::3.0.2")
|
|
@file:DependsOn("org.jetbrains.lets-plot:lets-plot-kotlin-jvm:")
|
|
|
|
// ...
|
|
|
|
println("Hello world")
|