Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
ARSnova
ARSnova LMS Connector
Commits
ffb23330
Commit
ffb23330
authored
Feb 03, 2015
by
Daniel Gerhardt
Browse files
Fix build
:connector-client and :connector-service depend on :connector-model:xjc task.
parent
567b5dec
Changes
2
Hide whitespace changes
Inline
Side-by-side
connector-client/build.gradle
View file @
ffb23330
...
...
@@ -20,3 +20,5 @@ dependencies {
}
test
{
systemProperties
'property'
:
'value'
}
tasks
.
compileJava
.
dependsOn
(
':connector-model:xjc'
)
connector-service/build.gradle
View file @
ffb23330
...
...
@@ -53,3 +53,5 @@ sonarRunner {
property
"sonar.jdbc.password"
,
project
.
hasProperty
(
'sonarDatabasePassword'
)
?
sonarDatabasePassword
:
''
}
}
tasks
.
compileJava
.
dependsOn
(
':connector-model:xjc'
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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