File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ Add Structura to your project:
2525
2626``` gradle
2727repository {
28- maven { url = "https://jitpack.io " } // JitPack repository for Structura
28+ maven { url = "https://repo.groupez.dev/releases " } // Add Structura repository replace releases with snapshots if needed
2929}
3030
3131dependencies {
32- implementation("com.github.Traqueur-dev:Structura :<VERSION>") // Replace <VERSION> with the latest release
32+ implementation("fr.traqueur:structura :<VERSION>") // Replace <VERSION> with the latest release
3333 implementation("org.yaml:snakeyaml:2.4") // Required for YAML parsing
3434}
3535```
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ plugins {
99group = " fr.traqueur"
1010version = property(" version" )!!
1111
12- rootProject.extra.properties[" sha" ]?.let { sha ->
13- version = sha
14- }
15-
1612extra.set(" targetFolder" , file(" target/" ))
1713extra.set(" classifier" , System .getProperty(" archive.classifier" ))
1814extra.set(" sha" , System .getProperty(" github.sha" ))
1915
16+ rootProject.extra.properties[" sha" ]?.let { sha ->
17+ version = sha
18+ }
19+
2020repositories {
2121 mavenCentral()
2222}
Original file line number Diff line number Diff line change 11# Tue Mar 25 10:59:06 CET 2025
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments