Skip to content

Commit

Permalink
Merge pull request #233 from PrisonTeam/release_branch.v3.3.0-alpha.12
Browse files Browse the repository at this point in the history
Release branch.v3.3.0 alpha.12
  • Loading branch information
rbluer authored Jun 28, 2022
2 parents 1a8072c + df4b26c commit 150e6dc
Show file tree
Hide file tree
Showing 323 changed files with 24,556 additions and 10,981 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ gradle-app.setting
# gradle/wrapper/gradle-wrapper.properties

build.gradle.deploy
prison-spigot/lib/old/
13 changes: 11 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,25 @@ subprojects {

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

maven {
url "https://mvnrepository.com/artifact/org.apache.commons/commons-lang3"
content {
includeGroup 'org.apache.commons'
}
}

}


configurations {
deployerJars
}

dependencies {
implementation 'org.apache.commons:commons-lang3:3.12.0'

implementation 'com.google.guava:guava:19.0'
implementation 'com.google.code.gson:gson:2.8.6'
testImplementation 'junit:junit:4.12'
Expand Down
982 changes: 527 additions & 455 deletions docs/changelog_v3.3.x.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 150e6dc

Please sign in to comment.