fix build
This commit is contained in:
parent
b984a4b618
commit
478829067e
|
@ -76,10 +76,8 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>
|
<source>
|
||||||
log.info('Test message: {}', 'Hello, World!')
|
log.info('Test message: {}', 'Hello, World!')
|
||||||
log.info('Embed a
|
log.info('Embed a line break {}', System.lineSeparator())
|
||||||
line break {}', System.lineSeparator())
|
log.info('ArtifactId is: ${project.artifactId}')
|
||||||
log.info('ArtifactId is:
|
|
||||||
${project.artifactId}')
|
|
||||||
log.warn('Message only in debug mode')
|
log.warn('Message only in debug mode')
|
||||||
</source>
|
</source>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue