Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
add cursegradle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamesuta committed Jun 5, 2020
1 parent 62351b6 commit a477bd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ buildscript {
}

dependencies {
// for ForgeGradle Version
classpath 'com.google.guava:guava:26.0-jre'
// for CurseGradle
classpath 'org.apache.httpcomponents:httpmime:4.5.2'
classpath 'org.apache.httpcomponents:httpclient:4.5.2'
}
}

Expand Down

0 comments on commit a477bd5

Please sign in to comment.