From b6028e7b0760a0ec5725fbc745539ecd05a92c2a Mon Sep 17 00:00:00 2001 From: The Judge Date: Tue, 4 Jun 2024 22:15:34 -0700 Subject: [PATCH] Me and CAD are crying in VC right now --- .github/workflows/gradle.yml | 2 +- build.gradle | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index a1afdb0f..3953edf0 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -33,4 +33,4 @@ jobs: - name: Build with Gradle uses: gradle/gradle-build-action@v2 with: - arguments: :wrapper:launcher:build + arguments: build diff --git a/build.gradle b/build.gradle index 600ea655..08cd54df 100644 --- a/build.gradle +++ b/build.gradle @@ -27,6 +27,10 @@ android { buildToolsVersion = "30.0.3" } +build { + finalizedBy(':wrapper:launcher:build') +} + dependencies { // This dependency is exported to consumers, that is to say found on their compile classpath. api("org.apache.commons:commons-math3:3.6.1")