Skip to content

Commit

Permalink
Fix artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcio Oliveira committed Apr 17, 2020
1 parent 2e18b2b commit 237a598
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven'
apply plugin: 'signing'

group = 'com.github.marcioos'
archivesBaseName = 'bgg-client'
archivesBaseName = "bgg-client"
version = '1.0'

description = "Java and Android client for BoardGameGeek XML API 2"
Expand Down Expand Up @@ -61,9 +61,9 @@ uploadArchives {
}

pom.project {
name 'bgg-client'
name "bgg-client"
packaging 'jar'
artifactId 'bgg-clienẗ́'
artifactId "bgg-client"
description 'Java and Android client for BoardGameGeek XML API 2'
url 'https://github.com/marcioos/bgg-client'

Expand Down

0 comments on commit 237a598

Please sign in to comment.