Skip to content

Commit

Permalink
Fix: java version
Browse files Browse the repository at this point in the history
  • Loading branch information
ElinaValieva committed Mar 7, 2021
1 parent e944e1f commit b933424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
java-version: 1.8
- name: Build with Maven
run:
mvn -B package --file pom.xml
mvn -B package --file pom.xml -DskipTests=true

2 changes: 1 addition & 1 deletion spring-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<name>spring-data</name>
<description>Demo project for Spring Boot</description>
<properties>
<java.version>11</java.version>
<java.version>1.8</java.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit b933424

Please sign in to comment.