Skip to content

Commit

Permalink
'fix' Tesla dependancy issue and inability to download from curseforge
Browse files Browse the repository at this point in the history
  • Loading branch information
zmaster587 committed Oct 13, 2019
1 parent 808a9a7 commit 0a4cdc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
stages {
stage('Build') {
steps {
sh 'mkdir -p libs'
sh 'cp ../../libraries/*.jar ./libs'

sh 'gradle clean build curseforge236541'
archiveArtifacts artifacts: '**output/*.jar', fingerprint: true
}
Expand Down
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ repositories {
name "industrialcraft-2"
artifactPattern "http://jenkins.ic2.player.to/job/IC2_112/96/artifact/build/libs/[module]-[revision].[ext]"
}
ivy {
name "Tesla"
artifactPattern "https://addons-origin.cursecdn.com/files/2347/256/[module]-[revision].[ext]"
}
// ivy {
// name "EnderIO"
// artifactPattern "https://addons-origin.cursecdn.com/files/2238/375/[module]-[revision].[ext]"
Expand All @@ -77,7 +73,7 @@ dependencies {
//compile "some.group:artifact:version"

compile name: 'industrialcraft-2', version: '2.8.96-ex112-api', ext: 'jar'
compile name: 'Tesla', version: '1.11-1.3.0.51-deobf', ext: 'jar'
//You'll need to download Tesla Tesla-1.12.2-1.0.63-deobf.jar and put it into the libs folder
//compile name: 'EnderIO', version: '1.7.10-2.2.8.381', ext: 'jar'

// compile against the JEI API
Expand Down

0 comments on commit 0a4cdc2

Please sign in to comment.