Add licence badge.
This commit is contained in:
parent
f92d80d1a9
commit
d046ec2ec0
3 changed files with 11 additions and 9 deletions
2
.github/workflows/snapshot.yaml
vendored
2
.github/workflows/snapshot.yaml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
if: failure()
|
||||
with:
|
||||
name: surefire
|
||||
path: '*/target/surefire-reports/*.xml'
|
||||
path: '**/target/surefire-reports/*.xml'
|
||||
reporter: java-junit
|
||||
list-suites: failed
|
||||
list-tests: failed
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# Micronaut Logging support
|
||||
|
||||
[](http://www.apache.org/licenses/)
|
||||
[](https://search.maven.org/search?q=g:%22io.kokuwa.micronaut%22%20AND%20a:%22micronaut-logging%22)
|
||||
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml)
|
||||
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml)
|
||||
|
||||
## Features
|
||||
|
||||
|
|
15
pom.xml
15
pom.xml
|
@ -73,16 +73,12 @@
|
|||
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
|
||||
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
|
||||
|
||||
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
<!-- ============================= Versions ============================== -->
|
||||
<!-- ===================================================================== -->
|
||||
|
||||
<!-- dependencies -->
|
||||
|
||||
<version.ch.qos.logback>1.2.10</version.ch.qos.logback>
|
||||
<version.ch.qos.logback.contrib>0.1.5</version.ch.qos.logback.contrib>
|
||||
<version.io.micronaut>3.2.6</version.io.micronaut>
|
||||
|
||||
<!-- plugins -->
|
||||
|
||||
<version.org.apache.maven.plugins.clean>3.1.0</version.org.apache.maven.plugins.clean>
|
||||
|
@ -99,6 +95,12 @@
|
|||
<version.org.codehaus.mojo.tidy>1.1.0</version.org.codehaus.mojo.tidy>
|
||||
<version.org.sonatype.plugins.nexus-staging>1.6.8</version.org.sonatype.plugins.nexus-staging>
|
||||
|
||||
<!-- dependencies -->
|
||||
|
||||
<version.ch.qos.logback>1.2.10</version.ch.qos.logback>
|
||||
<version.ch.qos.logback.contrib>0.1.5</version.ch.qos.logback.contrib>
|
||||
<version.io.micronaut>3.2.7</version.io.micronaut>
|
||||
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
@ -261,7 +263,6 @@
|
|||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.surefire}</version>
|
||||
<configuration>
|
||||
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
||||
<failIfNoTests>true</failIfNoTests>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue