This commit is contained in:
parent
267f2a3c44
commit
a57c8d705c
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,8 +1,6 @@
|
||||
pipeline {
|
||||
agent {
|
||||
dockerfile {
|
||||
args '-v /data/maven:/data/maven'
|
||||
}
|
||||
dockerfile true
|
||||
}
|
||||
stages {
|
||||
stage('Setup') {
|
||||
|
@ -16,8 +16,8 @@ minecraft {
|
||||
}
|
||||
|
||||
repositories {
|
||||
flatDir {
|
||||
dirs 'libs'
|
||||
maven {
|
||||
url 'https://maven.thebrokenrail.com/'
|
||||
}
|
||||
}
|
||||
|
||||
@ -26,7 +26,7 @@ dependencies {
|
||||
mappings "net.fabricmc:yarn:${project.minecraft_version}+build.${project.yarn_build}:v2"
|
||||
modImplementation "net.fabricmc:fabric-loader:${project.fabric_loader_version}"
|
||||
|
||||
modImplementation name: 'scriptcraft'
|
||||
modImplementation 'com.thebrokenrail:scriptcraft'
|
||||
}
|
||||
|
||||
apply from: './typescript.build.gradle'
|
||||
|
Reference in New Issue
Block a user