Skip to content

Commit 7bb2676

Browse files
committed
undo fix
1 parent 69ac132 commit 7bb2676

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
cd processing
4040
echo sdk.dir=/usr/local/lib/android/sdk/ >> local.properties
41-
./gradlew core:extractAarJars dist
41+
./gradlew extractAarJars dist
4242
# - name: Add artifact
4343
# uses: actions/upload-artifact@v4
4444
# with:

processing/core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tasks.named('compileJava').configure {
6464
doFirst {
6565
String[] deps = ["wearable.jar"]
6666
deps.each { fn ->
67-
Files.copy(file("${rootDir}/core/build/libs/${fn}").toPath(),
67+
Files.copy(file("${rootDir}/build/libs/${fn}").toPath(),
6868
file("${rootDir}/mode/mode/${fn}").toPath(), REPLACE_EXISTING)
6969
}
7070
}

0 commit comments

Comments
 (0)