Files
JMT-MCMT/etc/buildscripts/1152build

9 lines
435 B
Bash
Executable File

#!/bin/bash
# Setup files
###
find ./src/ -type f -exec sed -i "s@/\* 1\.16\.1 code; AKA the only thing that changed \*/@/\* 1\.16\.1 code; AKA the only thing that changed @" {} +
find ./src/ -type f -exec sed -i "s@/\* 1\.15\.2 code; AKA the only thing that changed @/\* 1\.15\.2 code; AKA the only thing that changed \*/@" {} +
###
# Build
##
./gradlew -Pmc_ver="1.15.2" -Pfg_ver="31.2.31" -Pmappings_ver="20200603-1.15.1" build