Skip to content

Commit

Permalink
patch(temporarily-disabled-update-checker): disabled update checker d…
Browse files Browse the repository at this point in the history
…ue to the songoda site migration to craftaro.
  • Loading branch information
Im-Fran authored Sep 19, 2023
1 parent b1f9d0f commit 43091df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ repositories{
mavenCentral()
mavenLocal()

maven { url 'https://repo.theprogramsrc.xyz/repository/maven-public/' }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
maven { url 'https://oss.sonatype.org/content/repositories/releases/' }
maven { url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
Expand All @@ -23,7 +22,7 @@ repositories{
}

dependencies {
implementation 'xyz.theprogramsrc:supercoreapi:5.3.4-SNAPSHOT'
implementation 'com.github.theprogramsrc:SuperCoreAPI:5.3.4-SNAPSHOT'

compileOnly 'org.apache.logging.log4j:log4j-core:2.17.1'
compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void onPluginEnable() {
this.log("&aIf you need help first check the wiki:&b https://wiki.theprogramsrc.xyz");
this.log("&aIf you need direct support join to our discord:&b https://go.theprogramsrc.xyz/discord");
this.checkBungeeMySQL();
this.updateChecker();
// this.updateChecker();

if(this.getPluginDataStorage().isShareStatsEnabled()){
new Metrics(this, 7004);
Expand Down

0 comments on commit 43091df

Please sign in to comment.