Skip to content

Commit

Permalink
Me and CAD are crying in VC right now
Browse files Browse the repository at this point in the history
  • Loading branch information
The Judge committed Jun 5, 2024
1 parent d185274 commit b6028e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: :wrapper:launcher:build
arguments: build
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b6028e7

Please sign in to comment.