Skip to content

Bump org.junit.platform:junit-platform-runner from 1.10.0 to 1.10.1 #849

Bump org.junit.platform:junit-platform-runner from 1.10.0 to 1.10.1

Bump org.junit.platform:junit-platform-runner from 1.10.0 to 1.10.1 #849

Workflow file for this run

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