Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
stups
ProB Rodin Plugin
Commits
bea23b5c
Commit
bea23b5c
authored
Jul 23, 2021
by
dgelessus
Browse files
Replace uses of deprecated compile configuration
parent
a9a649b4
Pipeline
#67151
passed with stages
in 3 minutes and 10 seconds
Changes
3
Pipelines
15
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
bea23b5c
...
...
@@ -36,15 +36,15 @@ project(':de.prob.core') {
def
parser_version
=
'2.5.1'
dependencies
{
co
mp
i
le
group:
"de.hhu.stups"
,
name:
"answerparser"
,
version:
parser_version
,
changing:
true
co
mp
i
le
group:
"de.hhu.stups"
,
name:
"bparser"
,
version:
parser_version
,
changing:
true
co
mp
i
le
group:
"de.hhu.stups"
,
name:
"cliparser"
,
version:
parser_version
,
changing:
true
co
mp
i
le
group:
"de.hhu.stups"
,
name:
"ltlparser"
,
version:
parser_version
,
changing:
true
co
mp
i
le
group:
"de.hhu.stups"
,
name:
"parserbase"
,
version:
parser_version
,
changing:
true
co
mp
i
le
group:
"de.hhu.stups"
,
name:
"prologlib"
,
version:
parser_version
,
changing:
true
co
mp
i
le
group:
"de.hhu.stups"
,
name:
"unicode"
,
version:
parser_version
,
changing:
true
co
mp
i
le
group:
"de.hhu.stups"
,
name:
"theorymapping"
,
version:
parser_version
,
changing:
true
co
mp
i
le
'commons-lang:commons-lang:2.6'
i
mple
mentation
group:
"de.hhu.stups"
,
name:
"answerparser"
,
version:
parser_version
,
changing:
true
i
mple
mentation
group:
"de.hhu.stups"
,
name:
"bparser"
,
version:
parser_version
,
changing:
true
i
mple
mentation
group:
"de.hhu.stups"
,
name:
"cliparser"
,
version:
parser_version
,
changing:
true
i
mple
mentation
group:
"de.hhu.stups"
,
name:
"ltlparser"
,
version:
parser_version
,
changing:
true
i
mple
mentation
group:
"de.hhu.stups"
,
name:
"parserbase"
,
version:
parser_version
,
changing:
true
i
mple
mentation
group:
"de.hhu.stups"
,
name:
"prologlib"
,
version:
parser_version
,
changing:
true
i
mple
mentation
group:
"de.hhu.stups"
,
name:
"unicode"
,
version:
parser_version
,
changing:
true
i
mple
mentation
group:
"de.hhu.stups"
,
name:
"theorymapping"
,
version:
parser_version
,
changing:
true
i
mple
mentation
'commons-lang:commons-lang:2.6'
}
}
...
...
@@ -53,7 +53,7 @@ project(':de.prob.ui') {
mavenCentral
()
}
dependencies
{
co
mp
i
le
'commons-codec:commons-codec:1.8'
i
mple
mentation
'commons-codec:commons-codec:1.8'
}
}
...
...
de.prob.core/build.gradle
View file @
bea23b5c
...
...
@@ -3,17 +3,17 @@ apply plugin: 'java'
def
parser_version
=
'2.5.1'
dependencies
{
co
mp
i
le
group:
"de.hhu.stups"
,
name:
"answerparser"
,
version:
parser_version
,
changing:
true
co
mp
i
le
group:
"de.hhu.stups"
,
name:
"bparser"
,
version:
parser_version
,
changing:
true
co
mp
i
le
group:
"de.hhu.stups"
,
name:
"cliparser"
,
version:
parser_version
,
changing:
true
co
mp
i
le
group:
"de.hhu.stups"
,
name:
"ltlparser"
,
version:
parser_version
,
changing:
true
co
mp
i
le
group:
"de.hhu.stups"
,
name:
"parserbase"
,
version:
parser_version
,
changing:
true
co
mp
i
le
group:
"de.hhu.stups"
,
name:
"prologlib"
,
version:
parser_version
,
changing:
true
co
mp
i
le
group:
"de.hhu.stups"
,
name:
"unicode"
,
version:
parser_version
,
changing:
true
co
mp
i
le
group:
"de.hhu.stups"
,
name:
"theorymapping"
,
version:
parser_version
,
changing:
true
co
mp
i
le
'commons-lang:commons-lang:2.6'
co
mp
i
le
'commons-codec:commons-codec:1.8'
co
mp
i
le
'com.thoughtworks.xstream:xstream:1.4.7'
co
mp
i
le
group:
'net.java.dev.jna'
,
name:
'jna'
,
version:
'3.4.0'
co
mp
i
le
group:
'de.hhu.stups'
,
name:
'ptolemy-jfmi'
,
version:
'1.1.0'
i
mple
mentation
group:
"de.hhu.stups"
,
name:
"answerparser"
,
version:
parser_version
,
changing:
true
i
mple
mentation
group:
"de.hhu.stups"
,
name:
"bparser"
,
version:
parser_version
,
changing:
true
i
mple
mentation
group:
"de.hhu.stups"
,
name:
"cliparser"
,
version:
parser_version
,
changing:
true
i
mple
mentation
group:
"de.hhu.stups"
,
name:
"ltlparser"
,
version:
parser_version
,
changing:
true
i
mple
mentation
group:
"de.hhu.stups"
,
name:
"parserbase"
,
version:
parser_version
,
changing:
true
i
mple
mentation
group:
"de.hhu.stups"
,
name:
"prologlib"
,
version:
parser_version
,
changing:
true
i
mple
mentation
group:
"de.hhu.stups"
,
name:
"unicode"
,
version:
parser_version
,
changing:
true
i
mple
mentation
group:
"de.hhu.stups"
,
name:
"theorymapping"
,
version:
parser_version
,
changing:
true
i
mple
mentation
'commons-lang:commons-lang:2.6'
i
mple
mentation
'commons-codec:commons-codec:1.8'
i
mple
mentation
'com.thoughtworks.xstream:xstream:1.4.7'
i
mple
mentation
group:
'net.java.dev.jna'
,
name:
'jna'
,
version:
'3.4.0'
i
mple
mentation
group:
'de.hhu.stups'
,
name:
'ptolemy-jfmi'
,
version:
'1.1.0'
}
tycho_build.gradle
View file @
bea23b5c
...
...
@@ -288,8 +288,7 @@ subprojects {
// Copy Dependencies into subprojects DependencyFolder
task
collectDependencies
(
type:
Copy
)
{
from
configurations
.
compile
from
configurations
.
runtime
from
configurations
.
runtimeClasspath
into
"${dependencyFolder}"
}
...
...
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