ソースを参照

main.yml: build without Gradle's "-i" option because it is too verbose

Stephen Gold 3 年 前
コミット
2122d1bfcb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -126,7 +126,7 @@ jobs:
         shell: bash
         run: |
           # Build
-          ./gradlew -i -PuseCommitHashAsVersionName=true -PskipPrebuildLibraries=true build
+          ./gradlew -PuseCommitHashAsVersionName=true -PskipPrebuildLibraries=true build
 
           if [ "${{ matrix.deploy }}" = "true" ];
           then