Skip to content

Commit

Permalink
This is Prison v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Dec 6, 2019
2 parents a6273ae + 93f5a3d commit 4735a14
Show file tree
Hide file tree
Showing 95 changed files with 3,478 additions and 3,652 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: trusty
language: java
jdk:
- oraclejdk8
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

1. [What is Prison?](#what-is-prison)
2. [Why should I use Prison?](#why-should-i-use-prison)
3. [What's the status on Prison v3.0?](#whats-the-status-on-prison-v30)
3. [Get Prison](#get-prison)

## What is Prison?

Expand All @@ -28,8 +28,10 @@ If hassle-free updates and zero payments is not enough for you to consider switc
* **Prison is always expanding.** We are always looking for ways to expand Prison with features that make your server run more smoothly. Additionally, we are always looking for contributions from the community, be it code contributions, feature requests, bug reports, translations, or documentation.

## Get Prison

| Stable | Experimental (Nightly) |
| ------ | ---------------------- |
| [![Stable Download](https://img.shields.io/badge/download-stable-44cc11.svg)](https://github.com/MC-Prison/Prison/releases/latest) | [![Experimental Download](https://img.shields.io/badge/download-experimental-red.svg)](https://ci.appveyor.com/project/faizaand/prison/build/artifacts) |



14 changes: 9 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You are building Prison.
Note that you are probably using
a development build and therefore
a buggy build. Don't use it on a
a buggy build. Don\'t use it on a
production server unless you know
what you are doing! You have been
WARNED.
Expand Down Expand Up @@ -56,26 +56,30 @@ subprojects {

archivesBaseName = 'Prison'
group = 'tech.mcprison.prison'
version = '3.2.0-SNAPSHOT'
version = '3.2.0'

sourceCompatibility = 1.8
targetCompatibility = 1.8

repositories {
mavenCentral()
maven { url "http://maven.sk89q.com/repo/" }
maven { url "https://mvnrepository.com/artifact/org.apache.commons/commons-lang3" }
}

configurations {
deployerJars
}

dependencies {
compile 'org.apache.commons:commons-lang3:3.4'
compile 'org.apache.commons:commons-lang3:3.9'
compile 'com.google.guava:guava:19.0'
compile 'com.google.code.gson:gson:2.7'
compile 'com.fasterxml.jackson.core:jackson-databind:2.7.0'
compile 'com.google.code.gson:gson:2.8.6'
testCompile 'junit:junit:4.12'
}

}

wrapper {
distributionType = Wrapper.DistributionType.ALL
}
Loading

0 comments on commit 4735a14

Please sign in to comment.