-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Drop kotlin-dsl plugin in favour of directly applying Kotlin plugin Kotlin 1.8.22 has been selected as it's the last version to support Kotlin API version 1.3 which this plugin uses to support Gradle versions as old as Gradle 6.2. * Remove unused function * Fix warning * Fix implict lambda parameter shadowing * Remove unused import * Remove Kotlin 1.4 stdlib function. * Add gradle-api to test classpath * Update tests to remove use of kotlin-dsl * Use traditional notation to apply Kotlin JVM plugin Co-authored-by: Róbert Papp <[email protected]> --------- Co-authored-by: Róbert Papp (TWiStErRob) <[email protected]>
- Loading branch information
1 parent
627c76c
commit 1a808e9
Showing
7 changed files
with
158 additions
and
181 deletions.
There are no files selected for viewing
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
278 changes: 130 additions & 148 deletions
278
src/main/kotlin/io/github/gradlenexus/publishplugin/NexusPublishPlugin.kt
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
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