Skip to content

Commit

Permalink
Update slf4j.api version in target file to 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
testforstephen committed Mar 5, 2024
1 parent 82f563b commit 870edeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ extends:
verbose: false
customCommand: 'run build-plugin'
- bash: |
npx json@latest -I -f package.json -e "this.aiKey=\"%AI_KEY%\""
npx json@latest -I -f package.json -e "this.aiKey=\"$(AI_KEY)\""
displayName: Replace AI Key
- bash: |
npx json@latest -I -f package.json -e "this.version=this.version.substring(0, this.version.lastIndexOf('.'))+\".$(date -u +'%Y%m%d%H')\""
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ extends:
verbose: false
customCommand: 'run build-plugin'
- bash: |
npx json@latest -I -f package.json -e "this.aiKey=\"%AI_KEY%\""
npx json@latest -I -f package.json -e "this.aiKey=\"$(AI_KEY)\""
displayName: Replace AI Key
- script: 'npx @vscode/vsce@latest package'
displayName: 'package vsix'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="slf4j.api" version="2.0.12"/>
<unit id="slf4j.api" version="0.0.0"/>
<unit id="org.eclipse.m2e.maven.runtime" version="0.0.0"/>
<repository location="https://download.eclipse.org/technology/m2e/snapshots/latest/"/>
</location>
Expand Down

0 comments on commit 870edeb

Please sign in to comment.