Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 7d541fd

Browse files
author
Inkception
committed
attempting to fix serizalizers being empty
1 parent bd013d5 commit 7d541fd

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

serializers/gson/build.gradle

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,4 @@
11
dependencies {
22
compile project(':core')
33
compile group: 'com.google.code.gson', name: 'gson', version: property('gson.version')
4-
}
5-
6-
/*
7-
publishing {
8-
publications {
9-
mavenJava {
10-
pom {
11-
name = 'Challonge Java Gson Serializer'
12-
description = 'Gson serializer for Challonge Java'
13-
}
14-
}
15-
}
16-
}
17-
18-
task localPublish {
19-
dependsOn('publishToMavenLocal')
20-
}
21-
22-
task remotePublish {
23-
dependsOn('publish')
24-
}
25-
*/
4+
}

0 commit comments

Comments
 (0)