Skip to content

Commit

Permalink
Merge branch 'main' into benchmark-and-performance
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad committed Oct 24, 2023
2 parents b05a923 + 6508b47 commit 34ee86a
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions .github/workflows/java8-build.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Android (Java 8) CI

on:
pull_request:
branches: [ main ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: ./mvnw -f pom_jre8.xml -B package
## This workflow will build a Java project with Maven
## For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
#
#name: Android (Java 8) CI
#
#on:
# pull_request:
# branches: [ main ]
#
#jobs:
# build:
#
# runs-on: ubuntu-latest
#
# steps:
# - uses: actions/checkout@v2
# - name: Set up JDK 1.8
# uses: actions/setup-java@v1
# with:
# java-version: 1.8
# - name: Build with Maven
# run: ./mvnw -f pom_jre8.xml -B package
#

0 comments on commit 34ee86a

Please sign in to comment.