File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ more.
5757Found a bug? Report it [ here] ( https://github.com/EternalCodeTeam/ParcelLockers/issues ) . If you are not sure if that's an
5858intended behavior or not, feel free to ask on our [ Discord] ( https://discord.com/invite/FQ7jmGBd6c ) 😅
5959
60- ## : heart : Special Thanks
60+ ## ❤️ Special Thanks
6161
6262[ <img src =" https://user-images.githubusercontent.com/65517973/210912946-447a6b9a-2685-4796-9482-a44bffc727ce.png " alt =" JetBrains " width =" 150 " >] ( https://www.jetbrains.com )
63- [ <img src =" . github/assets/sentry.svg" alt =" Sentry logo " width =" 150 " height =" 150 " >] ( https://www.sentry.io )
63+ [ <img src =" https://github.com/EternalCodeTeam/ParcelLockers/blob/master/. github/assets/sentry.svg?raw=true " alt =" Sentry logo " width =" 150 " height =" 150 " >] ( https://www.sentry.io )
6464
6565We express our gratitude to JetBrains for providing [ Open Source Licenses] ( https://www.jetbrains.com/opensource/ ) for
6666their outstanding tools. We recommend using [ IntelliJ IDEA] ( https://www.jetbrains.com/idea/ ) to work with our projects
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ tasks.withType<JavaCompile> {
131131}
132132
133133modrinth {
134- token.set(System .getenv (" MODRINTH_TOKEN" ))
134+ token.set(providers.environmentVariable (" MODRINTH_TOKEN" ))
135135 projectId.set(" parcellockers" )
136136 versionNumber.set(project.version.toString())
137137 versionType.set(getVersionType(project.version.toString()))
You can’t perform that action at this time.
0 commit comments