File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 26
26
- name : Build with Gradle - Gradle 2 through 4
27
27
working-directory : convention-develocity-gradle-plugin/plugins/gradle-2-through-4
28
28
run : ./gradlew build
29
+ - name : Configure Develocity Solutions instance
30
+ working-directory : convention-develocity-gradle-plugin/plugins/gradle-5-or-newer/src/main/java/com/myorg
31
+ run : sed -i 's/develocity-samples.gradle.com/ge.solutions-team.gradle.com/g' ConventionDevelocityGradlePlugin.java
29
32
- name : Build with Gradle - Gradle 5 or newer
30
33
working-directory : convention-develocity-gradle-plugin/plugins/gradle-5-or-newer
31
34
run : ./gradlew build publishToMavenLocal
82
85
- name : Verify example build
83
86
id : build
84
87
working-directory : convention-develocity-gradle-plugin/examples/gradle_${{ matrix.versions.sample }}
85
- run : ./gradlew build -Ddevelocity.url=https://ge.solutions-team.gradle.com
88
+ run : ./gradlew build
86
89
env :
87
90
DEVELOCITY_ACCESS_KEY : ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
88
91
- name : Verify Build Scan published
Original file line number Diff line number Diff line change 22
22
java-version : ' 8'
23
23
distribution : ' temurin'
24
24
cache : maven
25
+ - name : Set up Maven
26
+ uses :
gradle/develocity-actions/[email protected]
27
+ - name : Configure Develocity Solutions instance
28
+ working-directory : convention-develocity-maven-extension/extension/src/main/java/com/myorg
29
+ run : sed -i 's/develocity-samples.gradle.com/ge.solutions-team.gradle.com/g' ConventionDevelocityListener.java
25
30
- name : Build with Maven
26
31
working-directory : convention-develocity-maven-extension/extension
27
32
run : ./mvnw clean install
68
73
- name : Verify example build
69
74
id : build
70
75
working-directory : convention-develocity-maven-extension/examples/maven_${{ matrix.versions.sample }}
71
- run : ./mvnw clean verify -Ddevelocity.url=https://ge.solutions-team.gradle.com
76
+ run : ./mvnw clean verify
72
77
env :
73
78
DEVELOCITY_ACCESS_KEY : ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
74
79
- name : Verify Build Scan published
You can’t perform that action at this time.
0 commit comments