Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Use new github location for d-intellij & use git instead of hg
  • Loading branch information
stefanleh authored Feb 12, 2018
1 parent 91f7a2e commit 93bc48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ archivesBaseName = 'jd-core-java'
version = '1.2'
group = 'jd.core'

def JD_INTELLIJ_REPO_URL = 'https://bitbucket.org/bric3/jd-intellij'
def JD_INTELLIJ_REPO_URL = 'https://github.com/bric3/jd-intellij'

// Fetch the native libraries
task getNativeLibs(type: Exec) {
workingDir projectDir
commandLine 'hg', 'clone', JD_INTELLIJ_REPO_URL, '-r', 'version-0.6'
commandLine 'git', 'clone', JD_INTELLIJ_REPO_URL, '--branch', 'version-0.6'
}

if(new File(projectDir, 'jd-intellij').exists()) {
Expand Down

0 comments on commit 93bc48e

Please sign in to comment.