Skip to content

Commit 7c23c31

Browse files
committed
Updated to resolve failed build
1 parent 71485fd commit 7c23c31

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,6 @@
251251
<groupId>org.apache.maven.plugins</groupId>
252252
<artifactId>maven-checkstyle-plugin</artifactId>
253253
</plugin>
254-
<plugin>
255-
<groupId>io.spring.javaformat</groupId>
256-
<artifactId>spring-javaformat-maven-plugin</artifactId>
257-
</plugin>
258254
</plugins>
259255
</build>
260256

spring-cloud-task-samples/batch-job/src/test/resources/application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
1617
logging.level.root=DEBUG
1718
spring.application.name=Demo Batch Job Task

spring-cloud-task-samples/timestamp/src/test/resources/application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
1617
logging.level.org.springframework.cloud.task=DEBUG
1718
spring.application.name=Demo Timestamp Task

0 commit comments

Comments
 (0)