Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Update to [email protected] and [email protected]
* Update CI jobs to java 17
  • Loading branch information
testforstephen authored Oct 27, 2023
1 parent 3b293da commit 3b32bd5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .azure-pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ jobs:
command: custom
verbose: false
customCommand: 'run compile'
- task: JavaToolInstaller@0
displayName: 'Use Java 17'
inputs:
versionSpec: 17
jdkArchitectureOption: x64
jdkSourceOption: PreInstalled
- task: Npm@1
displayName: 'npm run build-plugin'
inputs:
Expand Down
6 changes: 6 additions & 0 deletions .azure-pipelines/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ steps:
command: custom
verbose: false
customCommand: 'run compile'
- task: JavaToolInstaller@0
displayName: 'Use Java 17'
inputs:
versionSpec: 17
jdkArchitectureOption: x64
jdkSourceOption: PreInstalled
- task: Npm@1
displayName: 'npm run build-plugin'
inputs:
Expand Down
6 changes: 6 additions & 0 deletions .azure-pipelines/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ steps:
command: custom
verbose: false
customCommand: 'run compile'
- task: JavaToolInstaller@0
displayName: 'Use Java 17'
inputs:
versionSpec: 17
jdkArchitectureOption: x64
jdkSourceOption: PreInstalled
- task: Npm@1
displayName: 'npm run build-plugin'
inputs:
Expand Down
2 changes: 1 addition & 1 deletion jdtls.ext/.mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.3/apache-maven-3.9.3-bin.zip
2 changes: 1 addition & 1 deletion jdtls.ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<properties>
<base.name>JDTLS Maven Extension</base.name>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho-version>2.7.3</tycho-version>
<tycho-version>4.0.3</tycho-version>
</properties>
<modules>
<module>com.microsoft.java.maven.plugin</module>
Expand Down

0 comments on commit 3b32bd5

Please sign in to comment.