Skip to content

Commit

Permalink
Suppress warnings for cairo-gobject variant
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed Oct 14, 2023
1 parent 05893b9 commit 128dc23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ publishing {
publications {
mavenJava(MavenPublication) {
from components.java
suppressPomMetadataWarningsFor('gobjectApiElements')
suppressPomMetadataWarningsFor('gobjectRuntimeElements')
pom {
name = "${groupId}:${artifactId}"
groupId = 'io.github.jwharm.cairobindings'
Expand Down

0 comments on commit 128dc23

Please sign in to comment.