Reorganising build.gradle for CUDA 12
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m59s

Signed-off-by: brian <brian@brutex.de>
This commit is contained in:
Brian Rosenberger 2023-09-01 12:50:49 +02:00
parent 67d14b7ea8
commit 87485c2d37

View File

@ -24,7 +24,8 @@ jobs:
java-version: '11'
- name: Execute Gradle build
run: sh ./gradlew build \
run: |
sh ./gradlew build \
-Pmavenuser=${{ secrets.MAVENUSER }} \
-Pmavenpass=${{ secrets.MAVENPASS }} \
-PossrhUsername=${{ secrets.OSSRHUSERNAME }} \