Skip to content

Commit

Permalink
Upgrade to gradle 4
Browse files Browse the repository at this point in the history
  • Loading branch information
tgianos committed Jun 16, 2017
1 parent 61477f2 commit 99b9293
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 deletions codequality/findbugs/excludeFilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
<Source name="~.*\.groovy" />
</Match>

<!-- Generated by OpenJPA so there's nothing we can do to control this one -->
<!-- Generated by Hibernate for JPA queries so ignore -->
<Match>
<Class name="com.netflix.genie.common.model.Auditable"/>
<Method name="pcIsDetached"/>
<Bug pattern="NP_BOOLEAN_RETURN_NULL"/>
<Class name="~.*_"/>
</Match>
</FindBugsFilter>
</FindBugsFilter>
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Apr 11 10:15:31 PDT 2017
#Fri Jun 16 09:28:07 PDT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip
6 changes: 3 additions & 3 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"

warn ( ) {
warn () {
echo "$*"
}

die ( ) {
die () {
echo
echo "$*"
echo
Expand Down Expand Up @@ -155,7 +155,7 @@ if $cygwin ; then
fi

# Escape application args
save ( ) {
save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
Expand Down

0 comments on commit 99b9293

Please sign in to comment.