Skip to content

Commit

Permalink
Fix dependency failure on gradle install
Browse files Browse the repository at this point in the history
  • Loading branch information
heralden authored Oct 12, 2024
1 parent 3456960 commit 90274de
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions humanmine-static/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
buildscript {
repositories {
jcenter()
}
dependencies {
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0"
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.6.2"
}
}

apply plugin: "com.jfrog.bintray"
apply plugin: "com.jfrog.artifactory"

sourceSets {
main {
java {
Expand Down

0 comments on commit 90274de

Please sign in to comment.