Error: Task publishAllPublicationsToMavenCentralRepository not found after upgrading 0.14.2 -> 0.15.1 for gradle plugin
See original GitHub issueI upgraded from 0.14.2
to 0.15.1
, and am now seeing the error here.
As the name implies, this project is a gradle plugin; the error does not happen on my other Kotlin/JVM module. I’m using the plugin publish plugin version 0.14.0
.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7
Top Results From Across the Web
Can't resolve plugins from plugin repository after Gradle 4.3 ...
All I did was upgrade from Gradle 4.2.1 to Gradle 4.3 and all of a sudden I am no longer able to run...
Read more >Upgrading your build from Gradle 6.x to the latest
Plugins and build scripts should be adjusted to query the mapped value of a provider, for example a task output property, after the...
Read more >Upgrading your build from Gradle 7.x to the latest
When configuring an executable explicitly for JavaCompile or Test tasks, Gradle will now emit an error if this executable does not exist.
Read more >Using Gradle Plugins
Configure the project according to conventions (e.g. add new tasks or configure sensible defaults). Apply specific configuration (e.g. add organizational ...
Read more >Upgrading your build from Gradle 5.x to 6.0
When Gradle detects problems with task definitions (such as incorrectly defined inputs or ... Android Gradle Plugin 3.3 and earlier is no longer...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Mygod Released 0.17.0 where uploadArchives got removed yesterday. Please try out that release
This will be resolved in the next release