-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align gradle-plugin's formatting with the rest of the project
- Loading branch information
1 parent
e7565b4
commit 0beee0e
Showing
145 changed files
with
7,271 additions
and
6,811 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
/* | ||
* Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. | ||
*/ | ||
|
||
import org.gradle.kotlin.dsl.support.expectedKotlinDslPluginsVersion | ||
|
||
plugins { | ||
`kotlin-dsl` | ||
`kotlin-dsl` | ||
} | ||
|
||
dependencies { | ||
implementation("org.gradle.kotlin:gradle-kotlin-dsl-plugins:$expectedKotlinDslPluginsVersion") | ||
implementation(libs.gradlePlugin.bcvMu) | ||
implementation(libs.gradlePlugin.dokkatoo) | ||
implementation(libs.gradlePlugin.gradlePublishPlugin) | ||
implementation("org.jetbrains.kotlin:kotlin-serialization:$embeddedKotlinVersion") | ||
implementation("org.gradle.kotlin:gradle-kotlin-dsl-plugins:$expectedKotlinDslPluginsVersion") | ||
implementation(libs.gradlePlugin.bcvMu) | ||
implementation(libs.gradlePlugin.dokkatoo) | ||
implementation(libs.gradlePlugin.gradlePublishPlugin) | ||
implementation("org.jetbrains.kotlin:kotlin-serialization:$embeddedKotlinVersion") | ||
} | ||
|
||
java { | ||
toolchain { | ||
languageVersion.set(JavaLanguageVersion.of(11)) | ||
} | ||
toolchain { | ||
languageVersion.set(JavaLanguageVersion.of(11)) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.