We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 453bebe + ff1c696 commit fb7f485Copy full SHA for fb7f485
.gitignore
@@ -19,3 +19,5 @@ target
19
**.iml
20
.project
21
.settings/
22
+.DS_Store
23
+/.DS_Store
build.gradle
@@ -5,12 +5,11 @@ plugins {
5
apply plugin: 'java'
6
apply plugin: 'maven'
7
8
-// group = 'com.github.FreeClimbAPI'
9
+group = 'com.github.FreeClimbAPI'
10
11
sourceCompatibility = 1.7 // java 7
12
targetCompatibility = 1.7
13
-version = '1.0.0'
+version = '2.0.0'
14
15
repositories {
16
mavenCentral()
0 commit comments