You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub actions to build on multiple environments (linux and windows) (codecentric#1630)
* codecentric#1622: Using Actions matrix build feature to also build on Windows * codecentric#1622: Fixing `Unknown lifecycle phase ".javadoc.skip=true"` error on Windows builds. * codecentric#1622: Fixing problems on Windows with spring-javaformat-maven-plugin * Tagged testcases using docker * if docker isn't installed, they won't fail the build anymore * can be excluded using -DexcludedGroups=docker * codecentric#1622: Add springjava-format apply to PR GHA workflow. Also switched to verify in all build workflows. Co-authored-by: Jonas Hecht <jonas.hecht@codecentric.de>
Copy file name to clipboardExpand all lines: spring-boot-admin-server/src/test/java/de/codecentric/boot/admin/server/eventstore/HazelcastEventStoreWithClientConfigTest.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2014-2020 the original author or authors.
2
+
* Copyright 2014-2021 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
0 commit comments