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

replace single quotes with double quotes in groovy

This commit is contained in:
2024-06-30 14:50:37 +03:00
parent d07edf6913
commit 299601998d
5 changed files with 38 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
architectury {
common rootProject.enabled_platforms.split(',')
common rootProject.enabled_platforms.split(",")
}
dependencies {