Skip to content

Conversation

mvicsokolova
Copy link
Collaborator

@mvicsokolova mvicsokolova commented Jun 27, 2024

To be published on GPP the gradle plugin should be namespaced and the plugin cannot be published with the old id kotlinx-atomicfu as it was before. So, the plugin name is changed to org.jetbrains.kotlinx.atomicfu.

And here is how the plugin should be applied now:

plugins {
     id("org.jetbrains.kotlinx.atomicfu") version "0.25.0"
}

@dkrasnoff dkrasnoff self-requested a review June 27, 2024 17:08
#

version=0.24.0-SNAPSHOT
version=0.24.0-SNAPSHOT-publishOnce
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

publishOnce

@mvicsokolova mvicsokolova changed the title Fix publish Gradle plugin Change the new ID of the atomicfu-gradle-plugin Jun 28, 2024
@mvicsokolova mvicsokolova changed the title Change the new ID of the atomicfu-gradle-plugin Fix the new ID of the atomicfu-gradle-plugin Jun 28, 2024
@mvicsokolova mvicsokolova merged commit c3256d2 into develop Jun 28, 2024
@mvicsokolova mvicsokolova deleted the fix-publish branch June 28, 2024 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants