Skip to content

Commit

Permalink
Bump kotlin-dsl plugin version
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Merlin <paul@gradle.com>
  • Loading branch information
eskatos committed Sep 13, 2019
1 parent ae2eed2 commit 757757a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {
description = "Kotlin DSL Gradle Plugins deployed to the Plugin Portal"

group = "org.gradle.kotlin"
version = "1.3.1"
version = "1.3.2"

base.archivesBaseName = "plugins"

Expand Down
2 changes: 1 addition & 1 deletion subprojects/kotlin-dsl/kotlin-dsl.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dependencies {
// --- Enable automatic generation of API extensions -------------------
val apiExtensionsOutputDir = layout.buildDirectory.dir("generated-sources/kotlin")

val publishedKotlinDslPluginVersion = "1.3.0" // TODO:kotlin-dsl
val publishedKotlinDslPluginVersion = "1.3.1" // TODO:kotlin-dsl

tasks {

Expand Down

0 comments on commit 757757a

Please sign in to comment.