Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AudioBookConverter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Gummi
AudioBookConverter
Commits
c0280a72
Unverified
Commit
c0280a72
authored
3 years ago
by
Yarick Yermak
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #288 from yermak/development
increment from 5.5.18
parents
9a07a7b4
1817f495
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
azure-pipelines.yml
+1
-1
1 addition, 1 deletion
azure-pipelines.yml
build_binaries.yml
+1
-1
1 addition, 1 deletion
build_binaries.yml
release-all.yml
+2
-2
2 additions, 2 deletions
release-all.yml
with
4 additions
and
4 deletions
azure-pipelines.yml
+
1
−
1
View file @
c0280a72
...
...
@@ -19,7 +19,7 @@ steps:
-
script
:
|
choco install wget --no-progress
wget -q https://download.java.net/java/GA/jdk16.0.2/d4a915d82b4c4fbb9bde534da945d746/7/GPL/openjdk-16.0.2_windows-x64_bin.zip -O openjdk-16.0.2_windows-x64_bin.zip
unzip
openjdk-16.0.2_windows-x64_bin.zip
7z.exe x
openjdk-16.0.2_windows-x64_bin.zip
setx JAVA_HOME jdk-16.0.2
call refreshenv
call mvn -X clean package -Dexec.skip=true --no-transfer-progress $(MAVEN_OPTS)
...
...
This diff is collapsed.
Click to expand it.
build_binaries.yml
+
1
−
1
View file @
c0280a72
...
...
@@ -88,7 +88,7 @@ jobs:
choco install 7zip --no-progress
choco install wget --no-progress
wget -q https://download.java.net/java/GA/jdk16.0.2/d4a915d82b4c4fbb9bde534da945d746/7/GPL/openjdk-16.0.2_windows-x64_bin.zip -O openjdk-16.0.2_windows-x64_bin.zip
unzip
openjdk-16.0.2_windows-x64_bin.zip
7z.exe x
openjdk-16.0.2_windows-x64_bin.zip
setx JAVA_HOME jdk-16.0.2
call refreshenv
wget -q https://gluonhq.com/download/javafx-16-jmods-windows/ -O openjfx-16_windows-x64_bin-jmods.zip
...
...
This diff is collapsed.
Click to expand it.
release-all.yml
+
2
−
2
View file @
c0280a72
...
...
@@ -91,10 +91,10 @@ jobs:
choco install 7zip --no-progress
choco install wget --no-progress
wget -q https://download.java.net/java/GA/jdk16.0.2/d4a915d82b4c4fbb9bde534da945d746/7/GPL/openjdk-16.0.2_windows-x64_bin.zip -O openjdk-16.0.2_windows-x64_bin.zip
unzip
openjdk-16.0.2_windows-x64_bin.zip
7z.exe x
openjdk-16.0.2_windows-x64_bin.zip
setx JAVA_HOME jdk-16.0.2
call refreshenv
wget
-q
https://gluonhq.com/download/javafx-16-jmods-windows/ -O openjfx-16_windows-x64_bin-jmods.zip
wget https://gluonhq.com/download/javafx-16-jmods-windows/ -O openjfx-16_windows-x64_bin-jmods.zip
7z.exe x openjfx-16_windows-x64_bin-jmods.zip
SET JAVAFX_JMODS=javafx-jmods-16
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment