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

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
ore release
  • Loading branch information
phit committed Mar 7, 2017
1 parent b7160c7 commit c1bfef2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 10 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
plugins {
id 'java'
id 'idea'
id 'signing'
id 'ninja.miserable.blossom' version '1.0.1'
id 'com.github.johnrengelman.shadow' version '1.2.4'
id 'org.spongepowered.plugin' version '0.6'
}

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

Expand Down Expand Up @@ -64,4 +65,11 @@ blossom {
replaceToken '@url@', project.url, location
}

build.dependsOn(shadowJar)
build.dependsOn(shadowJar)

signing {
if (project.hasProperty('signing.keyId') && project.hasProperty('signing.password') && project.hasProperty('signing.secretKeyRingFile')) {
sign configurations.archives
sign configurations.shadow
}
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = 'spongeprometheusexporter'
rootProject.name = 'SpongePrometheusExporter'
2 changes: 0 additions & 2 deletions src/main/resources/assets/PrometheusExporter/default.conf

This file was deleted.

0 comments on commit c1bfef2

Please sign in to comment.