OSDN Git Service

GHA: fix gradle problem
authorHiroshi Miura <miurahr@linux.com>
Tue, 12 May 2020 11:47:37 +0000 (20:47 +0900)
committerHiroshi Miura <miurahr@linux.com>
Tue, 12 May 2020 11:47:37 +0000 (20:47 +0900)
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
build.gradle

index 78da3a7..95a7653 100644 (file)
@@ -10,10 +10,6 @@ plugins {
     id 'signing'
 }
 
-if(githubActions.running.get()) {
-    val commitId = githubActions.environment.sha.get()
-}
-
 // common settings
 subprojects {
     apply plugin: 'java'