Skip to content

Commit

Permalink
Fix Logback config
Browse files Browse the repository at this point in the history
  • Loading branch information
oranheim committed Oct 3, 2024
1 parent 800da67 commit 1251989
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,27 @@
</server>
</servers>

<profiles>
<profile>
<id>ossrh-snapshots</id>
<repositories>
<repository>
<id>sonatype-oss-snapshot</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>

<!-- allow build to read snapshots -->
<activeProfiles>
<activeProfile>ossrh-snapshots</activeProfile>
</activeProfiles>

</settings>
1 change: 0 additions & 1 deletion src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

<root level="INFO">
<appender-ref ref="STDOUT"/>
<appender-ref ref="FILE"/>
</root>

</configuration>

0 comments on commit 1251989

Please sign in to comment.