Skip to content

Commit 932d59f

Browse files
committed
v1.0.0
1 parent 90680f1 commit 932d59f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build.gradle.kts

+1-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ val sonarReleaseUri = "https://s01.oss.sonatype.org/content/repositories/release
88

99
description = "PokeApi is a simple library you can use to make request to get data about Pokémon."
1010
group = "fr.tykok"
11-
version = "0.0.3"
11+
version = "1.0.0"
1212

1313
fun getUriSonar(): String = if (version.toString().endsWith("SNAPSHOT")) {
1414
sonarSnapshotUri
@@ -110,11 +110,6 @@ publishing {
110110
url.set("https://github.com/Tykok/PokeAPI-Kotlin/blob/main/LICENSE")
111111
}
112112
}
113-
developers {
114-
developer {
115-
id.set("Tykok")
116-
}
117-
}
118113
}
119114
}
120115
}

0 commit comments

Comments
 (0)