Remove Jenkinsfile (my vps can't handle it), update dependency declaration
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
This commit is contained in:
parent
d71ff26617
commit
9a2b0182df
23
Jenkinsfile
vendored
23
Jenkinsfile
vendored
@ -1,23 +0,0 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Building..'
|
||||
withGradle {
|
||||
sh 'gradle build'
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
steps {
|
||||
echo 'Testing...'
|
||||
withGradle {
|
||||
sh 'gradle test'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -25,9 +25,10 @@
|
||||
"Task.mixins.json"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.12",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.19.3"
|
||||
"fabricloader": "^0.14.12",
|
||||
"fabric-api": "*",
|
||||
"minecraft": "1.19.3",
|
||||
"java": ">=17"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user