Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi authored Jul 15, 2021
1 parent 3ce3fe1 commit 47aada5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 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: Java CI with Maven
name: Build cucumber-eclipse plugin

on:
push:
branches: [ main ]
branches: [ main, 1.x, v0.x ]
pull_request:
branches: [ main ]

Expand All @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
java-version: '8'
architecture: 'x64'
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit 47aada5

Please sign in to comment.