소스 검색

removed extraneous clj file

bs-boot-httpkit-compojure-implementation
sahabaishakhi 5 년 전
부모
커밋
0a05bd71c3
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. +0
    -12
      src/boot_build.clj

+ 0
- 12
src/boot_build.clj 파일 보기

@@ -1,12 +0,0 @@
(ns demo.boot-build
(:require [boot.core :as core]
[boot.task.built-in :as task]))

(core/deftask build
"Build my project."
[]
(comp (task/pom) (task/jar) (task/install)))

(core/deftask hello
[]
(println "hello"))

불러오는 중...
취소
저장