Skip to content

Commit b77012a

Browse files
committed
hopefully last fix
Signed-off-by: garyschulte <garyschulte@gmail.com>
1 parent da2c674 commit b77012a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ jobs:
147147
./gradlew --no-daemon dockerTest
148148
149149
publishMavenCentral:
150+
needs: build
150151
runs-on: ubuntu-latest
151152
environment: publish
152153
permissions:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ tasks.all { t ->
301301
jar { enabled = false }
302302

303303
dependencies {
304-
// implementation project(':shomei')
304+
implementation project(':shomei')
305305
errorprone 'com.google.errorprone:error_prone_core'
306306
}
307307

0 commit comments

Comments
 (0)