next build.

This commit is contained in:
Bryce Covert
2015-11-10 11:10:02 -08:00
parent a1979e1c23
commit 7b3c875fda
3 changed files with 4 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
(ns advent.core.desktop-launcher
(:require [advent.core :refer :all]
[advent.utils :as utils]
[clojure.tools.nrepl.server])
#_[clojure.tools.nrepl.server])
(:import [com.badlogic.gdx.backends.lwjgl LwjglApplication LwjglApplicationConfiguration]
[org.lwjgl.input Keyboard]
[com.badlogic.gdx Gdx])
@@ -11,7 +11,7 @@
(defn -main
[& [port]]
(try
#_(try
(when port (let [{port :port} (clojure.tools.nrepl.server/start-server :port (Integer/parseInt port))]
(doseq [port-file ["target/repl-port" ".nrepl-port"]]