update to jflex plugin 1.2.1, update to gradle 5.6

This commit is contained in:
Jörg Prante 2019-09-15 13:51:33 +02:00
parent f92ce2d4cf
commit 329661f6b9
5 changed files with 11 additions and 10 deletions

View file

@ -1,4 +1,4 @@
plugins { plugins {
id 'org.xbib.gradle.plugin.jflex' version '1.1.0' id 'org.xbib.gradle.plugin.jflex' version '1.2.1'
id 'org.xbib.gradle.plugin.jacc' version '1.1.3' id 'org.xbib.gradle.plugin.jacc' version '1.1.3'
} }

View file

@ -1,8 +1,9 @@
group = org.xbib group = org.xbib
name = cql name = cql
version = 2.0.0 version = 2.0.1
xbib-content.version = 2.0.0 xbib-content.version = 2.0.1
xbib-bibliographic-character-sets.version = 1.0.0
# test
junit.version = 5.5.1 junit.version = 5.5.1
xbib-bibliographic-character-sets.version = 1.0.0

View file

@ -1,5 +1,5 @@
#Mon Aug 12 10:55:55 CEST 2019 #Sun Sep 15 13:47:17 CEST 2019
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-all.zip
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

6
gradlew vendored
View file

@ -7,7 +7,7 @@
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # https://www.apache.org/licenses/LICENSE-2.0
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
@ -125,8 +125,8 @@ if $darwin; then
GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
fi fi
# For Cygwin, switch paths to Windows format before running java # For Cygwin or MSYS, switch paths to Windows format before running java
if $cygwin ; then if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
APP_HOME=`cygpath --path --mixed "$APP_HOME"` APP_HOME=`cygpath --path --mixed "$APP_HOME"`
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
JAVACMD=`cygpath --unix "$JAVACMD"` JAVACMD=`cygpath --unix "$JAVACMD"`

2
gradlew.bat vendored
View file

@ -5,7 +5,7 @@
@rem you may not use this file except in compliance with the License. @rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at @rem You may obtain a copy of the License at
@rem @rem
@rem http://www.apache.org/licenses/LICENSE-2.0 @rem https://www.apache.org/licenses/LICENSE-2.0
@rem @rem
@rem Unless required by applicable law or agreed to in writing, software @rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS, @rem distributed under the License is distributed on an "AS IS" BASIS,