Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit c1bfef2

Browse files
author
phit
committed
1.0.3
ore release
1 parent b7160c7 commit c1bfef2

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

build.gradle

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
plugins {
22
id 'java'
33
id 'idea'
4+
id 'signing'
45
id 'ninja.miserable.blossom' version '1.0.1'
56
id 'com.github.johnrengelman.shadow' version '1.2.4'
67
id 'org.spongepowered.plugin' version '0.6'
78
}
89

910
group = 'de.sldk.mc.prometheusexporter'
10-
version = '1.0.3-pre1'
11+
version = '1.0.3'
1112
description = "Sponge Minecraft Prometheus Exporter"
1213
ext.url = 'https://github.com/Stonebound/minecraft-prometheus-exporter'
1314

@@ -64,4 +65,11 @@ blossom {
6465
replaceToken '@url@', project.url, location
6566
}
6667

67-
build.dependsOn(shadowJar)
68+
build.dependsOn(shadowJar)
69+
70+
signing {
71+
if (project.hasProperty('signing.keyId') && project.hasProperty('signing.password') && project.hasProperty('signing.secretKeyRingFile')) {
72+
sign configurations.archives
73+
sign configurations.shadow
74+
}
75+
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'spongeprometheusexporter'
1+
rootProject.name = 'SpongePrometheusExporter'

src/main/resources/assets/PrometheusExporter/default.conf

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)