Skip to content

Commit d77047c

Browse files
aepfliNicolai Parlog
authored andcommitted
Configure GitHub Action for site build and move Gradle wrapper
1 parent bad55ff commit d77047c

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ grandmaster, site-source ]
66
repository_dispatch:
77
types: [triggerSiteBuild]
8+
workflow_dispatch:
89

910
jobs:
1011
publish:
File renamed without changes.
File renamed without changes.

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ case "`uname`" in
6464
;;
6565
esac
6666

67-
CLASSPATH=$APP_HOME/.infra/gradle/gradle-wrapper.jar
67+
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
6868

6969
# Determine the Java command to use to start the JVM.
7070
if [ -n "$JAVA_HOME" ] ; then

gradlew.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ set CMD_LINE_ARGS=%*
6363
:execute
6464
@rem Setup the command line
6565

66-
set CLASSPATH=%APP_HOME%\.infra\gradle\gradle-wrapper.jar
66+
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
6767

6868
@rem Execute Gradle
6969
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%

0 commit comments

Comments
 (0)