We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1e564 commit 52456f6Copy full SHA for 52456f6
.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
27
run: ./gradlew test
28
29
dependency-submission:
30
+ needs: build
31
runs-on: ubuntu-latest
32
permissions:
33
contents: write
app/build.gradle.kts
@@ -17,7 +17,7 @@ repositories {
17
val grpcVersion = "1.64.0"
18
19
dependencies {
20
- implementation("org.twelvehart:s2:0.0.1")
+ implementation(project(":s2"))
21
implementation("io.grpc:grpc-protobuf:$grpcVersion")
22
implementation("io.grpc:grpc-stub:$grpcVersion")
23
implementation("javax.annotation:javax.annotation-api:1.3.2")
0 commit comments