Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
M build.gradle
1919
  id 'com.palantir.git-version' version '3.1.0'
2020
  id 'com.github.spotbugs' version '6.0.9'
21
  id 'com.jaredsburrows.license' version '0.9.8'
2122
}
2223
M installer.sh
286286
  if [ "${ARG_JAVA_OS}" = "macos" ]; then
287287
    packer=${SCRIPT_DIR}/bin/linux-x64.warp-packer
288
    packer_opt_pack=""
289
    packer_opt_input="input_dir"
290288
  fi
291289