Skip to content

Commit be5ee9f

Browse files
authored
Excludes logging config from library and increments build to 15.1.2 (#11)
1 parent 813c868 commit be5ee9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838

3939
group 'io.github.dsheirer'
4040
archivesBaseName = "radio-reference-api"
41-
version '15.1.1'
41+
version '15.1.2'
4242

4343
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
4444
ext.moduleName = 'io.github.dsheirer.rrapi'
@@ -123,6 +123,10 @@ publishing {
123123
}
124124
}
125125

126+
processResources {
127+
exclude('logback.xml')
128+
}
129+
126130
signing {
127131
sign publishing.publications.mavenJava
128132
}

0 commit comments

Comments
 (0)