-
Notifications
You must be signed in to change notification settings - Fork 948
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
Document Snapshot Deployment #13571
Comments
@matrei is scaffolding going to the right place? |
Here is where the snapshot location is specified: https://github.com/grails/grails-gradle-plugin/blob/c640157b5eaab309577981694c9e282aeab678c8/src/main/groovy/org/grails/gradle/plugin/publishing/internal/GrailsCentralPublishGradlePlugin.groovy#L335 |
ok, it goes to instead of plugins3-snapshots-locall instead of libs-snapshots-local Thanks |
Are SNAPSHOTs currently being published to jfrog? I believe they may only be published to Artifactory. Is that correct? |
@osscontributor Sorry for me perhaps being ignorant, but isn't JFrog a company, and Artifactory their product for publishing and hosting artifacts? If so, in the context of this discussion, doesn't these two terms mean the same thing? |
that what I thought, but now I am confused. |
Looks like Neo 4j neglected and not deploying snapshots: grails/gorm-neo4j#603 (comment) |
I am sorry for the confusion. |
The terms do kind of mean the same thing. The confusion caused was my fault. Yes, JFrog is a company, and Artifactory is a product they produce. Because of the context above I wrongly assumed that JFrog was being used in place of Bintray, where we used to publish releases (I don't think snapshots) but I was mistaken when I assumed that and my response caused more confusion. |
Document the Requirements for Deploying to the Snapshot Repository
Discuss
Goals
org/grails/grails-core/org.grails.grails-core.gradle.plugin/ Unwanted Artifact?
Working Snapshots
grails-core
grails-gradle-plugin
grails-bom
Not Working
grails-gsp
neo-4j
From @matrei
An example of a simple module, publishing snapshots, is scaffolding.
It uses the org.grails.internal.grails-plugin-publish gradle plugin from grails-gradle-plugin.
build.gradle
Then, in the gradle.yml github workflow it publishes on pushevents:
Where is scaffolding publishing to?
The text was updated successfully, but these errors were encountered: