Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fred Eisele
fql
Commits
e35298bd
Commit
e35298bd
authored
Dec 04, 2018
by
Fred Eisele
Browse files
updated gradle version
parent
c20364f9
Changes
4
Hide whitespace changes
Inline
Side-by-side
gradle/wrapper/gradle-wrapper.jar
View file @
e35298bd
No preview for this file type
gradlew
View file @
e35298bd
...
...
@@ -28,7 +28,7 @@ APP_NAME="Gradle"
APP_BASE_NAME
=
`
basename
"
$0
"
`
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS
=
""
DEFAULT_JVM_OPTS
=
'"-Xmx64m"'
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD
=
"maximum"
...
...
gradlew.bat
View file @
e35298bd
...
...
@@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
set
APP_HOME
=
%DIRNAME%
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set
DEFAULT_JVM_OPTS
=
set
DEFAULT_JVM_OPTS
=
"-Xmx64m"
@rem Find java.exe
if
defined
JAVA_HOME
goto
findJavaFromJavaHome
...
...
src/main/java/catdata/aql/exp/AqlLoaderListener.java
View file @
e35298bd
...
...
@@ -917,11 +917,7 @@ public class AqlLoaderListener extends AqlParserBaseListener {
final
MapExp
<
Ty
,
En
,
Sym
,
Fk
,
Att
,
En
,
Fk
,
Att
>
comp
=
ctx
.
mappingRef
().
stream
()
.
map
(
ref
->
(
MapExp
.
MapExpVar
)
this
.
exps
.
get
(
ref
))
<<<<<<<
HEAD
.
collect
(()
->
new
MapComposer
<
Ty
,
En
,
Sym
,
Fk
,
Att
>(),
=======
.
collect
(()
->
new
MapComposer
(),
>>>>>>>
a4355c78c2c07cf0fba056f10301726fac6a1107
(
acc
,
nxt
)
->
acc
.
compose
(
nxt
),
(
lhs
,
rhs
)
->
lhs
.
combine
(
rhs
))
.
result
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment