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

Allows pre-release maven central retrieval of github artifacts #555

Merged
merged 10 commits into from
Dec 13, 2024

Conversation

codeconsole
Copy link
Contributor

@jdaugherty 's idea to persist pre-maven central release artifacts.

@codeconsole codeconsole force-pushed the 7.0.x-pre-release-support branch from 3f7ab81 to bbb2f00 Compare December 13, 2024 02:54
@codeconsole
Copy link
Contributor Author

@matrei do you have any idea why GH_TOKEN is not resolving?

      - name: "🔨 Run Build"
        id: build
        env:
          GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
          GH_TOKEN: ${{ secrets.GH_TOKEN }}
          DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
          DEVELOCITY_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
          DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
        run: ./gradlew build --refresh-dependencies
        println "Check 1:${System.getenv('GITHUB_ACTOR')?.size()} 2:${System.getenv('GH_TOKEN')?.size()} 3:${prj.name == 'grails-plugin-gsp'?:'skip'} 4:${!sitemeshVersion.endsWith('-SNAPSHOT')} 
Check 1:11 2:0 3:true 4:true 5:0

@codeconsole codeconsole requested a review from matrei December 13, 2024 02:57
build.gradle Outdated Show resolved Hide resolved
build.gradle Outdated Show resolved Hide resolved
build.gradle Outdated Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
@matrei
Copy link
Contributor

matrei commented Dec 13, 2024

idea to persist pre-maven central release artifacts

I'm not up to speed with this idea/concept.

.github/workflows/release.yml Outdated Show resolved Hide resolved
.github/workflows/release.yml Show resolved Hide resolved
@jdaugherty jdaugherty requested a review from matrei December 13, 2024 16:35
@codeconsole codeconsole merged commit 10093ea into grails:7.0.x Dec 13, 2024
8 checks passed
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.

3 participants