-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from Maven to Gradle #1194
base: master
Are you sure you want to change the base?
Conversation
52cb879
to
64f9505
Compare
eddec39
to
713dd08
Compare
e8143f0
to
3029fee
Compare
5783198
to
2fc8f03
Compare
2ed848d
to
22a120c
Compare
22a120c
to
b5f2a39
Compare
LicenseService licenseService = findService(platformConfiguration, LicenseService.class); | ||
if(licenseService == LicenseService.UNSUPPORTED) { | ||
// no license service, no data roots | ||
return; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Such check allow to have common layout between EE and OSS but only apply resources (or eventually services) when a license service is there
9fd3a1c
to
f141d31
Compare
@chrisdennis : gradle migration is finished, build pass locally. For now, the build runs through GitHub workflow (see link in my fork above), because I have a control over that). We could decide to do a mix between building with GithHub or Azure and then deploying with Azure. The only part remaining is then the CI part with Azure if we keep it, I just don't know which project to take as example. Or should we for example do something like that: https://github.com/Terracotta-OSS/terracotta-utilities/blob/master/build.gradle.kts#L28-L57 |
bdafc7b
to
7364fbd
Compare
7364fbd
to
759c4dc
Compare
cluster-topology
intomanagement-model
)settings.gradle
)CI result can be seen at: https://github.com/mathieucarbou/terracotta-platform/actions
Requires: Terracotta-OSS/terracotta-gradle-plugins#31