-
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update buildscript * update .gitignore * chore: simplify publishing task
- Loading branch information
1 parent
65bad8a
commit c1bcc84
Showing
128 changed files
with
220 additions
and
1,023 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,8 +34,6 @@ tasks { | |
this.username = System.getenv("gradle_username") | ||
this.password = System.getenv("gradle_password") | ||
} | ||
|
||
//isAllowInsecureProtocol = true | ||
} | ||
} | ||
|
||
|
@@ -47,43 +45,6 @@ tasks { | |
|
||
artifact(sourcesJar) | ||
artifact(javadocJar) | ||
|
||
versionMapping { | ||
usage("java-api") { | ||
fromResolutionOf("runtimeClasspath") | ||
} | ||
|
||
usage("java-runtime") { | ||
fromResolutionResult() | ||
} | ||
} | ||
|
||
pom { | ||
name.set("CrazyCrates API") | ||
description.set("The official API of CrazyCrates") | ||
url.set("https://modrinth.com/plugin/crazycrates") | ||
|
||
licenses { | ||
licenses { | ||
name.set("MIT") | ||
url.set("https://opensource.org/licenses/MIT") | ||
} | ||
} | ||
|
||
developers { | ||
developer { | ||
id.set("ryderbelserion") | ||
name.set("Ryder Belserion") | ||
email.set("[email protected]") | ||
} | ||
} | ||
|
||
scm { | ||
connection.set("scm:git:git://github.com/Crazy-Crew/CrazyCrates") | ||
developerConnection.set("scm:git:ssh://github.com/Crazy-Crew/CrazyCrates") | ||
url.set("https://github.com/Crazy-Crew/CrazyCrates") | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
65 changes: 0 additions & 65 deletions
65
core/src/main/java/com/badbones69/crazycrates/config/migrate/ConfigMigration.java
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
core/src/main/java/com/badbones69/crazycrates/config/migrate/LocaleMigration.java
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.