File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ buildscript {
1717plugins {
1818 id " maven-publish"
1919 id " java-library"
20+ id " maven"
2021}
2122
2223apply plugin : " org.jetbrains.dokka"
@@ -57,14 +58,29 @@ repositories {
5758 jcenter()
5859 mavenCentral()
5960 maven { url " https://libraries.minecraft.net" }
60- maven { url " https://jitpack.io" }
61+ maven {
62+ name = " GitHubPackages"
63+ url = uri " https://maven.pkg.github.com/ProjectEssentials/ProjectEssentials-Cooldown"
64+ credentials {
65+ username = " MairwunNx@gmail.com"
66+ password = package_public_token
67+ }
68+ }
69+ maven {
70+ name = " GitHubPackages"
71+ url = uri " https://maven.pkg.github.com/ProjectEssentials/ProjectEssentials-Permissions"
72+ credentials {
73+ username = " MairwunNx@gmail.com"
74+ password = package_public_token
75+ }
76+ }
6177}
6278
6379dependencies {
6480 minecraft " net.minecraftforge:forge:$forge_version "
6581 implementation " com.mojang:brigadier:$brigadier_version "
66- implementation " com.github.projectessentials :ProjectEssentials-Permissions:$p ermissions_version "
67- implementation " com.github.projectessentials :ProjectEssentials-Cooldown:$c ooldown_version "
82+ implementation ' com.mairwunnx.project_essentials_permissions :ProjectEssentials-Permissions:1.15.2-1.0.1 '
83+ implementation ' com.mairwunnx.project_essentials_cooldown :ProjectEssentials-Cooldown:1.15.2-1.0.1 '
6884 internal " org.jetbrains.kotlinx:kotlinx-serialization-runtime:$kotlinx_serialization_version "
6985 internal " org.jetbrains.kotlin:kotlin-stdlib-$kotlin_jdk_version_target :$kotlin_version "
7086 internal " org.json:json:$json_version "
Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ module_version=1.15.2-1.1.0
2222module_name =Project Essentials Core
2323module_id =project_essentials_core
2424module_vendor =MairwunNx (Pavel Erokhin)
25+ package_public_token =bf134b6d9132344ceeafa899f0bcda9be24e307f
You can’t perform that action at this time.
0 commit comments