1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00

use mineskin client to support mineskin api v2

This commit is contained in:
2024-11-27 21:37:21 +03:00
parent fb7020354a
commit 0d56c339d1
10 changed files with 287 additions and 31 deletions

View File

@@ -9,5 +9,21 @@ plugins {
id 'org.spongepowered.mixin' version '0.7-SNAPSHOT' apply false
id 'me.modmuss50.mod-publish-plugin' version '0.6.3' apply false
id 'me.modmuss50.mod-publish-plugin' version '0.8.1' apply false
}
allprojects {
repositories {
exclusiveContent {
forRepository {
maven {
name = 'MineSkin'
url = 'https://repo.inventivetalent.org/repository/public'
}
}
filter {
includeGroupAndSubgroups('org.mineskin')
}
}
}
}