We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaae336 commit 6eeec63Copy full SHA for 6eeec63
.github/workflows/create-release.yml
@@ -46,6 +46,9 @@ jobs:
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
49
+ - name: Build .jar
50
+ run: sh gradlew build
51
+
52
- name: Create Release
53
if: ${{ success() }}
54
id: create_release
build.gradle.kts
@@ -7,7 +7,7 @@ val sonarReleaseUri = "https://s01.oss.sonatype.org/content/repositories/release
7
8
description = "PokeApi is a simple library you can use to make request to get data about Pokémon."
9
group = "fr.tykok"
10
-version = "0.0.1"
+version = "0.0.2"
11
12
fun getUriSonar(): String {
13
return if (version.toString().endsWith("SNAPSHOT"))
0 commit comments