Skip to content

Commit

Permalink
using gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
balda-rdx committed Oct 24, 2023
1 parent abf985e commit c99d0bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Go to the right directory
run: cd interop/kotlin/ret-kotlin/lib/
- uses: actions/setup-java@v3
with:
distribution: temurin
Expand All @@ -19,5 +17,6 @@ jobs:
uses: gradle/gradle-build-action@v2
- name: Execute Gradle build
run: |
cd interop/kotlin/ret-kotlin/lib/
ls -la
./gradlew build
gradle build

0 comments on commit c99d0bc

Please sign in to comment.