Skip to content

Commit

Permalink
Fix build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
will-molloy committed Jun 7, 2024
1 parent 857171b commit 35d9b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# java-template

[![build](https://github.com/will-molloy/java-template/workflows/build/badge.svg?branch=main&event=push)](https://github.com/will-molloy/java-template/actions?query=workflow%3Abuild)
[![build](https://github.com/will-molloy/java-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/will-molloy/java-template/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/will-molloy/java-template/branch/main/graph/badge.svg)](https://codecov.io/gh/will-molloy/java-template)

template repo for Java projects using Gradle
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ subprojects {
}
}
}
}
}

0 comments on commit 35d9b58

Please sign in to comment.