fix documentation for gradle and maven

This commit is contained in:
Dmitry Shibanov
2021-08-24 18:25:52 +03:00
parent 7f3356b05c
commit 138cc49463
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# This workflow will build a Java project with Gradle, cache/restore dependecies
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java CI with Gradle
+1 -1
View File
@@ -1,4 +1,4 @@
# This workflow will build a Java project with Maven, cache/restore dependecies
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven