File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 token : ${{ secrets.RELEASE_TOKEN }}
112112
113113 - name : Use JDK ${{ env.JDK_VERSION }}
114- uses : actions/setup-java@v6
114+ uses : actions/setup-java@v5
115115 with :
116116 distribution : temurin
117117 java-version : ${{ env.JDK_VERSION }}
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ services:
1919 SONAR_ES_BOOTSTRAP_CHECKS_DISABLE : " true"
2020 volumes :
2121 - type : bind
22- source : ./sonar-plugin/target/creedengo-javascript-plugin-2.2.0 .jar
23- target : /opt/sonarqube/extensions/plugins/creedengo-javascript-plugin-2.2.0 .jar
22+ source : ./sonar-plugin/target/creedengo-javascript-plugin-2.2.1-SNAPSHOT .jar
23+ target : /opt/sonarqube/extensions/plugins/creedengo-javascript-plugin-2.2.1-SNAPSHOT .jar
2424 - " extensions:/opt/sonarqube/extensions"
2525 - " logs:/opt/sonarqube/logs"
2626 - " data:/opt/sonarqube/data"
Original file line number Diff line number Diff line change 55
66 <groupId >org.green-code-initiative</groupId >
77 <artifactId >creedengo-javascript-plugin</artifactId >
8- <version >2.2.0 </version >
8+ <version >2.2.1-SNAPSHOT </version >
99
1010 <packaging >sonar-plugin</packaging >
1111
You can’t perform that action at this time.
0 commit comments