File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ repositories {
99}
1010
1111val kotlinVersion: String = libs.versions.kotlin.get()
12- val dokkaPluginVersion = " 1.9.10 "
13- val gradleCommon = " 0.2 .0"
14- val nexusPublishPlugin = " 1.3 .0"
15- val buildConfig = " 3.1.0 "
12+ val dokkaPluginVersion = " 1.9.20 "
13+ val gradleCommon = " 0.4 .0"
14+ val nexusPublishPlugin = " 2.0 .0"
15+ val buildConfig = " 5.3.5 "
1616
1717dependencies {
1818 api(gradleApi())
@@ -23,7 +23,7 @@ dependencies {
2323 // see https://docs.gradle.org/current/userguide/publishing_gradle_plugins.html
2424 api(" com.gradle.publish:plugin-publish-plugin:1.2.1" )
2525 // see https://github.com/gmazzo/gradle-buildconfig-plugin
26- api(" com.github.gmazzo:gradle- buildconfig- plugin:$buildConfig " )
26+ api(" com.github.gmazzo. buildconfig: plugin:$buildConfig " )
2727 // see https://github.com/bnorm/kotlin-power-assert#compatibility
2828 api(" gradle.plugin.com.bnorm.power:kotlin-power-assert-gradle:0.12.0" )
2929 // see https://github.com/gradle-nexus/publish-plugin
You can’t perform that action at this time.
0 commit comments