Fix branch

This commit is contained in:
raoulvdberge
2018-05-02 20:32:39 +02:00
parent 636cde0122
commit 16cf3077c8

2
Jenkinsfile vendored
View File

@@ -1,6 +1,6 @@
node {
stage('Preparation') {
git url: 'https://github.com/raoulvdberge/refinedstorage.git', branch: 'master'
git url: 'https://github.com/raoulvdberge/refinedstorage.git', branch: 'mc1.12'
}
cache(maxCacheSize: 250, caches: [
[$class: 'ArbitraryFileCache', excludes: 'modules-2/modules-2.lock,*/plugin-resolution/**', includes: '**/*', path: '${HOME}/.gradle/caches'],