Skip to content

Commit 6ef8ec3

Browse files
committed
Feature: update version to 0.1.4-STABLE and add MCSupport reference in ConnectorAPI
1 parent 02a1b92 commit 6ef8ec3

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88

99
group = "fr.sandro642.github"
10-
version = "0.1.3.17.1-SNAPSHOT" // Version de votre projet
10+
version = "0.1.4-STABLE" // Version de votre projet
1111

1212

1313
// Ajoutez cette tâche à votre build.gradle.kts

src/main/java/fr/sandro642/github/ConnectorAPI.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* @see ConnectorAPI#Logger()
1818
* @see ConnectorAPI#StoreAndRetrieve()
1919
* @see ConnectorAPI#YamlUtils()
20+
* @see ConnectorAPI#MCSupport()
2021
*/
2122

2223
public class ConnectorAPI {

src/main/java/fr/sandro642/github/utils/YamlUtils.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public class YamlUtils {
2727
* @return l'URL de base définie dans le fichier YAML, ou null si une erreur se produit
2828
*/
2929
public String getURL() {
30-
//HashMap<String, Object> storeLoad = ConnectorAPI.HookManager().loadData("store_and_retrieve.yml");
3130

3231
String yamlFilePath = ConnectorAPI.StoreAndRetrieve().store.get(ConnectorAPI.StoreAndRetrieve().FILE_LOCATION_KEY) + "/infos.yml";
3332

@@ -46,7 +45,6 @@ public String getURL() {
4645
* @return
4746
*/
4847
public String getRoute(String routeName) {
49-
//HashMap<String, Object> storeLoad = ConnectorAPI.HookManager().loadData("store_and_retrieve.yml");
5048

5149
String yamlFilePath = ConnectorAPI.StoreAndRetrieve().store.get(ConnectorAPI.StoreAndRetrieve().FILE_LOCATION_KEY) + "/infos.yml";
5250

0 commit comments

Comments
 (0)