Skip to content

Commit

Permalink
Remove HTTPRequestUtils until fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dkim19375 committed Feb 20, 2021
1 parent 43212e1 commit c19ed9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
compileJava.options.encoding 'UTF-8'

group 'me.dkim19375'
version '2.5.0'

shadowJar {
relocate 'okio', 'me.dkim19375.dkim19375core.okio'
relocate 'com.squareup.okhttp', 'me.dkim19375.dkim19375core.okhttp'
}
version '2.5.1'

repositories {
mavenCentral()
Expand All @@ -31,5 +26,4 @@ dependencies {
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.4'
compileOnly 'com.github.MilkBowl:VaultAPI:1.7'
compileOnly 'org.jetbrains:annotations:16.0.2'
implementation 'com.squareup.okhttp:okhttp:2.7.5'
}

This file was deleted.

0 comments on commit c19ed9b

Please sign in to comment.