Skip to content

Commit dbfef3f

Browse files
committed
chore: refine comment, remove GHA runner reference
1 parent a42c139 commit dbfef3f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

java-cloud-bom/tests/src/test/java/com/google/cloud/BomContentTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ private static boolean existsLocally(Artifact artifact) {
155155
String localRepository = System.getProperty("maven.repo.local");
156156
if (localRepository == null) {
157157
// Standard default location for Maven local repository.
158-
// GHA runners also use this path by default (cached by actions/setup-java).
159158
localRepository = System.getProperty("user.home") + "/.m2/repository";
160159
}
161160
Path localPath = Paths.get(localRepository,

0 commit comments

Comments
 (0)