Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform_packages_apps_PdfViewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LMODroid
platform_packages_apps_PdfViewer
Commits
2a91d95e
Commit
2a91d95e
authored
2 years ago
by
Daniel Micay
Browse files
Options
Downloads
Patches
Plain Diff
update Gradle to 7.5
parent
a48213c4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
gradle/wrapper/gradle-wrapper.jar
+0
-0
0 additions, 0 deletions
gradle/wrapper/gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.properties
+2
-2
2 additions, 2 deletions
gradle/wrapper/gradle-wrapper.properties
gradlew
+6
-0
6 additions, 0 deletions
gradlew
gradlew.bat
+8
-6
8 additions, 6 deletions
gradlew.bat
with
16 additions
and
8 deletions
gradle/wrapper/gradle-wrapper.jar
+
0
−
0
View file @
2a91d95e
No preview for this file type
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
+
2
−
2
View file @
2a91d95e
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionSha256Sum
=
29e49b10984e585d8118b7d0bc452f944e386458df27371b49b4ac1dec4b7fda
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.
4.2
-bin.zip
distributionSha256Sum
=
cb87f222c5585bd46838ad4db78463a5c5f3d336e5e2b98dc7c0c586527351c2
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.
5
-bin.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
This diff is collapsed.
Click to expand it.
gradlew
+
6
−
0
View file @
2a91d95e
...
...
@@ -205,6 +205,12 @@ set -- \
org.gradle.wrapper.GradleWrapperMain
\
"
$@
"
# Stop when "xargs" is not available.
if
!
command
-v
xargs
>
/dev/null 2>&1
then
die
"xargs is not available"
fi
# Use "xargs" to parse quoted args.
#
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.
...
...
This diff is collapsed.
Click to expand it.
gradlew.bat
+
8
−
6
View file @
2a91d95e
...
...
@@ -14,7 +14,7 @@
@rem limitations under the License.
@rem
@if
"
%DEBUG%
"
==
""
@echo
off
@if
"
%DEBUG%
"
==
""
@echo
off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
...
...
@@ -25,7 +25,7 @@
if
"
%OS%
"
==
"Windows_NT"
setlocal
set
DIRNAME
=
%~dp0
if
"
%DIRNAME%
"
==
""
set
DIRNAME
=
.
if
"
%DIRNAME%
"
==
""
set
DIRNAME
=
.
set
APP_BASE_NAME
=
%~n0
set
APP_HOME
=
%DIRNAME%
...
...
@@ -40,7 +40,7 @@ if defined JAVA_HOME goto findJavaFromJavaHome
set
JAVA_EXE
=
java
.exe
%JAVA_EXE%
-version
>
NUL
2
>&
1
if
"
%ERRORLEVEL%
"
==
"0"
goto
execute
if
%ERRORLEVEL%
equ
0
goto
execute
echo
.
echo
ERROR
:
JAVA_HOME
is
not
set
and
no
'java'
command
could
be
found
in
your
PATH
.
...
...
@@ -75,13 +75,15 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
:end
@rem End local scope for the variables with windows NT shell
if
"
%ERRORLEVEL%
"=="
0
"
goto mainEnd
if
%ERRORLEVEL%
equ 0
goto mainEnd
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code
!
if not "" == "
%GRADLE_EXIT_CONSOLE%
" exit 1
exit /b 1
set EXIT_CODE=
%ERRORLEVEL%
if
%EXIT_CODE%
equ 0 set EXIT_CODE=1
if not ""=="
%GRADLE_EXIT_CONSOLE%
" exit
%EXIT_CODE%
exit /b
%EXIT_CODE%
:mainEnd
if "
%OS%
"=="
Windows_NT
" endlocal
...
...
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