|
8 | 8 | required: false |
9 | 9 |
|
10 | 10 | env: |
11 | | - EXPORTER_VERSION: 1.0.0-beta.28 # to be updated with the latest version |
| 11 | + EXPORTER_VERSION: 1.0.0-beta.1 # to be updated with the latest version |
12 | 12 |
|
13 | 13 | jobs: |
14 | 14 | spotless: |
@@ -47,11 +47,11 @@ jobs: |
47 | 47 | java-version: 17 |
48 | 48 |
|
49 | 49 | - name: Using a local standalone exporter dependency? |
50 | | - if: ${{ hashFiles('azure-monitor-opentelemetry-exporter-1.0.0-beta.*.jar') != '' }} |
| 50 | + if: ${{ hashFiles('azure-monitor-opentelemetry-autoconfigure-1.0.0-beta.*.jar') != '' }} |
51 | 51 | run: | |
52 | 52 | echo "exporter_version: ${{ env.EXPORTER_VERSION }}" |
53 | 53 | mvn -version |
54 | | - mvn install:install-file -Dfile="azure-monitor-opentelemetry-exporter-${{ env.EXPORTER_VERSION }}.jar" -DpomFile="azure-monitor-opentelemetry-exporter-${{ env.EXPORTER_VERSION }}.pom" -DgroupId="com.azure" -DartifactId="azure-monitor-opentelemetry-exporter" -Dversion="${{ env.EXPORTER_VERSION }}" |
| 54 | + mvn install:install-file -Dfile="azure-monitor-opentelemetry-autoconfigure-${{ env.EXPORTER_VERSION }}.jar" -DpomFile="azure-monitor-opentelemetry-autoconfigure-${{ env.EXPORTER_VERSION }}.pom" -DgroupId="com.azure" -DartifactId="azure-monitor-opentelemetry-autoconfigure" -Dversion="${{ env.EXPORTER_VERSION }}" |
55 | 55 |
|
56 | 56 | - name: Setup Gradle |
57 | 57 | uses: gradle/actions/setup-gradle@v4 |
@@ -92,11 +92,11 @@ jobs: |
92 | 92 | java-version: 17 |
93 | 93 |
|
94 | 94 | - name: Using a local standalone exporter dependency? |
95 | | - if: ${{ hashFiles('azure-monitor-opentelemetry-exporter-1.0.0-beta.*.jar') != '' }} |
| 95 | + if: ${{ hashFiles('azure-monitor-opentelemetry-autoconfigure-1.0.0-beta.*.jar') != '' }} |
96 | 96 | run: | |
97 | 97 | echo "exporter_version: ${{ env.EXPORTER_VERSION }}" |
98 | 98 | mvn -version |
99 | | - mvn install:install-file -Dfile="azure-monitor-opentelemetry-exporter-${{ env.EXPORTER_VERSION }}.jar" -DpomFile="azure-monitor-opentelemetry-exporter-${{ env.EXPORTER_VERSION }}.pom" -DgroupId="com.azure" -DartifactId="azure-monitor-opentelemetry-exporter" -Dversion="${{ env.EXPORTER_VERSION }}" |
| 99 | + mvn install:install-file -Dfile="azure-monitor-opentelemetry-autoconfigure-${{ env.EXPORTER_VERSION }}.jar" -DpomFile="azure-monitor-opentelemetry-autoconfigure-${{ env.EXPORTER_VERSION }}.pom" -DgroupId="com.azure" -DartifactId="azure-monitor-opentelemetry-autoconfigure" -Dversion="${{ env.EXPORTER_VERSION }}" |
100 | 100 |
|
101 | 101 | - name: Setup Gradle |
102 | 102 | uses: gradle/actions/setup-gradle@v4 |
@@ -153,11 +153,11 @@ jobs: |
153 | 153 | java-version: 17 |
154 | 154 |
|
155 | 155 | - name: Using a local standalone exporter dependency? |
156 | | - if: ${{ hashFiles('azure-monitor-opentelemetry-exporter-1.0.0-beta.*.jar') != '' }} |
| 156 | + if: ${{ hashFiles('azure-monitor-opentelemetry-autoconfigure-1.0.0-beta.*.jar') != '' }} |
157 | 157 | run: | |
158 | 158 | echo "exporter_version: ${{ env.EXPORTER_VERSION }}" |
159 | 159 | mvn -version |
160 | | - mvn install:install-file -Dfile="azure-monitor-opentelemetry-exporter-${{ env.EXPORTER_VERSION }}.jar" -DpomFile="azure-monitor-opentelemetry-exporter-${{ env.EXPORTER_VERSION }}.pom" -DgroupId="com.azure" -DartifactId="azure-monitor-opentelemetry-exporter" -Dversion="${{ env.EXPORTER_VERSION }}" |
| 160 | + mvn install:install-file -Dfile="azure-monitor-opentelemetry-autoconfigure-${{ env.EXPORTER_VERSION }}.jar" -DpomFile="azure-monitor-opentelemetry-autoconfigure-${{ env.EXPORTER_VERSION }}.pom" -DgroupId="com.azure" -DartifactId="azure-monitor-opentelemetry-autoconfigure" -Dversion="${{ env.EXPORTER_VERSION }}" |
161 | 161 |
|
162 | 162 | - name: Setup Gradle |
163 | 163 | uses: gradle/actions/setup-gradle@v4 |
@@ -203,11 +203,11 @@ jobs: |
203 | 203 | java-version: 17 |
204 | 204 |
|
205 | 205 | - name: Using a local standalone exporter dependency? |
206 | | - if: ${{ hashFiles('azure-monitor-opentelemetry-exporter-1.0.0-beta.*.jar') != '' }} |
| 206 | + if: ${{ hashFiles('azure-monitor-opentelemetry-autoconfigure-1.0.0-beta.*.jar') != '' }} |
207 | 207 | run: | |
208 | 208 | echo "exporter_version: ${{ env.EXPORTER_VERSION }}" |
209 | 209 | mvn -version |
210 | | - mvn install:install-file -Dfile="azure-monitor-opentelemetry-exporter-${{ env.EXPORTER_VERSION }}.jar" -DpomFile="azure-monitor-opentelemetry-exporter-${{ env.EXPORTER_VERSION }}.pom" -DgroupId="com.azure" -DartifactId="azure-monitor-opentelemetry-exporter" -Dversion="${{ env.EXPORTER_VERSION }}" |
| 210 | + mvn install:install-file -Dfile="azure-monitor-opentelemetry-autoconfigure-${{ env.EXPORTER_VERSION }}.jar" -DpomFile="azure-monitor-opentelemetry-autoconfigure-${{ env.EXPORTER_VERSION }}.pom" -DgroupId="com.azure" -DartifactId="azure-monitor-opentelemetry-autoconfigure" -Dversion="${{ env.EXPORTER_VERSION }}" |
211 | 211 |
|
212 | 212 | - name: Setup Gradle |
213 | 213 | uses: gradle/actions/setup-gradle@v4 |
|
0 commit comments