Skip to content

Commit

Permalink
move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jflamy committed Nov 21, 2023
1 parent cb129bb commit 7ca5350
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Note: the azure build runs under the ubuntu-latest image
# That image only includes Java 11. The Java 17 compilation is done in a container, but other steps
# run directly in the image. Some steps run in both settings, and this is why JAVA_HOME_11_X64
# must be defined

trigger:
- none

Expand Down
5 changes: 5 additions & 0 deletions src/main/azure-pipelines/job-buildUberJar.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Note: the azure build runs under the ubuntu-latest image
# That image only includes Java 11. The Java 17 compilation is done in a container, but other steps
# run directly in the image. Some steps run in both settings, and this is why JAVA_HOME_11_X64
# must be defined

parameters:
- name: jobName
type: string
Expand Down

0 comments on commit 7ca5350

Please sign in to comment.