Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bukkit4Clojure
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mariell
Bukkit4Clojure
Commits
b0cff397
Commit
b0cff397
authored
7 years ago
by
Mariell
Browse files
Options
Downloads
Patches
Plain Diff
Add leiningen project file
parent
feb834b5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
project.clj
+13
-0
13 additions, 0 deletions
project.clj
with
13 additions
and
0 deletions
project.clj
0 → 100644
+
13
−
0
View file @
b0cff397
(
defproject
bukkit4clojure
"0.1.0-SNAPSHOT"
:description
"A Clojure wrapper for Bukkit."
:url
"https://github.com/Project-Coalesce/Bukkit4Clojure"
:license
{
:name
"MIT License"
:url
"https://github.com/Project-Coalesce/Bukkit4Clojure/blob/master/LICENSE"
}
:dependencies
[[
org.clojure/clojure
"1.8.0"
]]
:repositories
{
"spigot-repo"
"https://hub.spigotmc.org/nexus/content/repositories/snapshots/"
}
:main
com.coalesce.core
:java-source-paths
[
"src"
]
:source-paths
[
"src"
]
:target-path
"target/%s"
:profiles
{
:uberjar
{
:aot
:all
}
:provided
{
:dependencies
[[
org.spigotmc/spigot-api
"1.11.2-R0.1-SNAPSHOT"
]]}})
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment