Skip to content

Commit

Permalink
modify gradles
Browse files Browse the repository at this point in the history
  • Loading branch information
tttakaoka committed Apr 22, 2016
1 parent 9b90bd7 commit 83056b2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 214 deletions.
27 changes: 1 addition & 26 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
def isReleaseBuild() {
return version.contains("SNAPSHOT") == false
}

/*
* Copyright 2014 Alex Curran
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

allprojects {
group = GROUP
version = VERSION_CODE
Expand All @@ -26,9 +6,4 @@ allprojects {
mavenCentral()
}

tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
}

apply from:'release.gradle'
}
2 changes: 0 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,3 @@ def parseVersionName() {
return "0"
}
}

apply from: 'gradle-mvn-push.gradle'
142 changes: 0 additions & 142 deletions library/gradle-mvn-push.gradle

This file was deleted.

44 changes: 0 additions & 44 deletions release.gradle

This file was deleted.

0 comments on commit 83056b2

Please sign in to comment.