Skip to content

Commit

Permalink
prometheus deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Sep 22, 2023
1 parent 533461b commit 134f56d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id 'fabric-loom' version '1.2-SNAPSHOT'
id 'maven-publish'
}

group = project.maven_group
Expand Down Expand Up @@ -34,6 +33,16 @@ dependencies {

modImplementation urlFile("https://github.com/cabaletta/baritone/releases/download/v${project.baritone_version}/baritone-api-fabric-${project.baritone_version}.jar", "baritone", "${project.minecraft_version}-${project.baritone_version}")

// TODO: make this work
modImplementation 'io.prometheus:simpleclient:0.16.0'
include 'io.prometheus:simpleclient:0.16.0'
modImplementation 'io.prometheus:simpleclient_hotspot:0.16.0'
include 'io.prometheus:simpleclient_hotspot:0.16.0'
modImplementation 'io.prometheus:simpleclient_httpserver:0.16.0'
include 'io.prometheus:simpleclient_httpserver:0.16.0'
modImplementation 'io.prometheus:simpleclient_jetty:0.16.0'
include 'io.prometheus:simpleclient_jetty:0.16.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
}
Expand Down

0 comments on commit 134f56d

Please sign in to comment.