File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 - name : Set up JDK
1515 uses : actions/setup-java@v1
1616 with :
17- java-version : 11
17+ java-version : 17
1818 - name : Cache Maven packages
1919 uses : actions/cache@v4
2020 with :
Original file line number Diff line number Diff line change 44Write-Host " Initializing submodules .." - ForegroundColor DarkGreen - BackgroundColor White
55git submodule update -- init -- recursive
66
7- mvn clean compile -f ./ Src/ PRuntimes/ PExRuntime/ pom.xml
7+ # mvn clean compile -f ./Src/PRuntimes/PExRuntime/pom.xml
88
99# Run the build! :D
1010dotnet build - c Release
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ echo -e "${ORANGE} ---- Fetching git submodules ----${NOCOLOR}"
1414git submodule update --init --recursive
1515
1616echo -e " ${ORANGE} ---- Building the Java P runtime ----${NOCOLOR} "
17- mvn clean compile -q -f ./Src/PRuntimes/PExRuntime/pom.xml
17+ # mvn clean compile -q -f ./Src/PRuntimes/PExRuntime/pom.xml
1818
1919echo -e " ${ORANGE} ---- Building the PCompiler ----${NOCOLOR} "
2020# Run the build!
You can’t perform that action at this time.
0 commit comments