Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish gradle plugin properly #205

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

NikkyAI
Copy link

@NikkyAI NikkyAI commented Oct 1, 2021

following the guide at https://docs.gradle.org/current/userguide/publishing_gradle_plugins.html
this should make publishing to the gradle plugin repo easier

integrate this step into your publishing workflow or CI

$ ./gradlew publishPlugins -Pgradle.publish.key=<key> -Pgradle.publish.secret=<secret>

tested with publishToMavenLocal

allows to use atomicfu plugin with the following syntax:

plugins {
    id("kotlinx-atomicfu") version "0.16.3"
}

fixes #56

@NikkyAI NikkyAI changed the base branch from kotlinx.train-1.6.0 to master October 1, 2021 11:06
@mvicsokolova mvicsokolova self-assigned this Oct 4, 2021
@mvicsokolova mvicsokolova changed the base branch from master to develop October 21, 2021 13:01
@ArcticLampyrid
Copy link

Wonder what got this stuck

@Nek-12
Copy link

Nek-12 commented Oct 30, 2022

Why don't we merge this?

@mvicsokolova
Copy link
Collaborator

Hi! Thank you and sorry for the delay 🙏🏻 I tested publishing the plugin to the local Space repo and got some problems. I'm working on updating the script.

@hfhbd
Copy link

hfhbd commented Nov 2, 2022

Could we change the id to org.jetbrains.kotlin.plugin.atomicfu as requested in #74?

@willflier
Copy link

It's been 5 months, any updates?

@Nek-12
Copy link

Nek-12 commented Mar 24, 2024

It's been a year, any updates?

@mvicsokolova
Copy link
Collaborator

Hi there! I apologize for such the delay in publishing the plugin. It wasn't an immediate priority before. Now, I'm focusing on stabilizing the library, and simplifying the plugin application is currently in progress. The plugin will be published to GPP, and no buildscript configurations will ne necessary in the next few releases.
Thank you!

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.

Publish Gradle plugin to https://plugins.gradle.org
6 participants