Skip to content

Commit

Permalink
Fix YAML for ea workflow (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
karianna authored Jan 3, 2024
1 parent 7aecfbd commit 46e9d51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/early_access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

- name: Set up JDK 11
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
java-version: 11
distribution: 'microsoft'
cache: 'maven'
java-version: 11
distribution: 'microsoft'
cache: 'maven'

- name: Build with Maven
run: ./mvnw -B verify --file pom.xml
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
<maven.checkstyle-plugin.version>3.3.1</maven.checkstyle-plugin.version>
<maven.clean-plugin.version>3.3.2</maven.clean-plugin.version>
<maven.compiler-plugin.version>3.12.1</maven.compiler-plugin.version>
<!-- Commented out as we pass this parameter in so we can execute a matrix of builds -->
<maven.compiler.release>11</maven.compiler.release>
<maven.dependency-plugin.version>3.6.1</maven.dependency-plugin.version>
<maven.deploy-plugin.version>3.1.1</maven.deploy-plugin.version>
Expand Down

0 comments on commit 46e9d51

Please sign in to comment.