Skip to content

Commit 52456f6

Browse files
committed
changing back to project
1 parent 7d1e564 commit 52456f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: ./gradlew test
2828

2929
dependency-submission:
30+
needs: build
3031
runs-on: ubuntu-latest
3132
permissions:
3233
contents: write

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
val grpcVersion = "1.64.0"
1818

1919
dependencies {
20-
implementation("org.twelvehart:s2:0.0.1")
20+
implementation(project(":s2"))
2121
implementation("io.grpc:grpc-protobuf:$grpcVersion")
2222
implementation("io.grpc:grpc-stub:$grpcVersion")
2323
implementation("javax.annotation:javax.annotation-api:1.3.2")

0 commit comments

Comments
 (0)