Skip to content

Bump io.spring.ge.conventions from 0.0.15 to 0.0.17 #1981

Bump io.spring.ge.conventions from 0.0.15 to 0.0.17

Bump io.spring.ge.conventions from 0.0.15 to 0.0.17 #1981

name: CI
on:
push:
pull_request:
schedule:
- cron: '0 10 * * *' # Once per day at 10am UTC
jobs:
build:
name: Build
runs-on: ubuntu-latest
# eventually add in matrix here
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew check --continue