diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 835991a..0000000 --- a/Jenkinsfile +++ /dev/null @@ -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' - } - } - } - } -} diff --git a/Tasks/src/main/resources/fabric.mod.json b/Tasks/src/main/resources/fabric.mod.json index 8921daf..d0a2a7d 100644 --- a/Tasks/src/main/resources/fabric.mod.json +++ b/Tasks/src/main/resources/fabric.mod.json @@ -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" } } \ No newline at end of file