Upgrade to Gradle Enterprise Conventions 0.0.17
Closes gh-928
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Build and Publish
|
- name: Build and Publish
|
||||||
env:
|
env:
|
||||||
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
|
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
|
||||||
run: ./gradlew --refresh-dependencies -PdeploymentRepository=$(pwd)/distribution-repository build publishAllPublicationsToDeploymentRepository
|
run: ./gradlew -PdeploymentRepository=$(pwd)/distribution-repository build publishAllPublicationsToDeploymentRepository
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
|
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -45,4 +45,4 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
|
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
|
||||||
run: ./gradlew --refresh-dependencies build
|
run: ./gradlew build
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ pluginManagement {
|
|||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
maven { url 'https://repo.spring.io/snapshot' }
|
|
||||||
}
|
}
|
||||||
resolutionStrategy {
|
resolutionStrategy {
|
||||||
eachPlugin {
|
eachPlugin {
|
||||||
@@ -15,7 +14,7 @@ pluginManagement {
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "com.gradle.develocity" version "3.17.2"
|
id "com.gradle.develocity" version "3.17.2"
|
||||||
id "io.spring.ge.conventions" version "0.0.17-SNAPSHOT"
|
id "io.spring.ge.conventions" version "0.0.17"
|
||||||
}
|
}
|
||||||
|
|
||||||
rootProject.name = "spring-restdocs"
|
rootProject.name = "spring-restdocs"
|
||||||
|
|||||||
Reference in New Issue
Block a user