Skip to content

Commit

Permalink
Use modrinth maven
Browse files Browse the repository at this point in the history
Fuck you jitpack
  • Loading branch information
DrexHD committed Jul 4, 2024
1 parent a087323 commit f609915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

// NuVotifier
implementation("com.github.NuVotifier.NuVotifier:nuvotifier-api:${project.nuvotifier_version}")
implementation("com.github.DrexHD:NuVotifier-Fabric:${project.nuvotifier_fabric_version}")
implementation("maven.modrinth:nuvotifier-fabric:${project.nuvotifier_fabric_version}")

modImplementation(include("eu.pb4:placeholder-api:${project.placeholder_api_version}"))
modImplementation(include("me.lucko:fabric-permissions-api:${project.fabric_permission_api_version}"))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ archives_base_name=votelistener
# Dependencies
fabric_version=0.100.1+1.21
nuvotifier_version=2.7.2
nuvotifier_fabric_version=1.0.0-1.20.5
nuvotifier_fabric_version=1.0.0+1.20.5
placeholder_api_version=2.4.0-pre.2+1.21
fabric_permission_api_version=0.3.1
vanish_version=1.5.5+1.21

0 comments on commit f609915

Please sign in to comment.