Skip to content

Commit

Permalink
added gradlew lib:jar to build file
Browse files Browse the repository at this point in the history
  • Loading branch information
cuttestkittensrule committed Jan 8, 2024
1 parent 7bd5f0b commit 66e3407
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
cache: gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
- name: Build lib jars
working-directory: Robot2024
run: ./gradlew lib:jar
- name: Run build for main project with Gradle Wrapper
working-directory: Robot2024
run: ./gradlew build

0 comments on commit 66e3407

Please sign in to comment.