Skip to content

Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4 #1230

Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4

Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4 #1230

Workflow file for this run

name: Android CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build