Skip to content
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

making it build in intellij #5

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

making it build in intellij #5

wants to merge 1 commit into from

Conversation

dlg99
Copy link
Collaborator

@dlg99 dlg99 commented Jun 2, 2023

Since our branch can't be used to build/deploy flink most of the changes just exclude parts of the project.
There were a few problems - dependencies that no longer exist on maven central, sun-jdk specific code etc. Some modules just got commented out, a few tests just deleted to not deal with figuring out what's wrong there.

With changes in project settings (jdk 11 + set output path), plus unchecked "use release" for java compiler, activated profile "java11-target", and these changes I was able to build the project in intellij

mvn clean install -Drat.skip=true -Dcheckstyle.skip=true -DskipTests -P java11-target worked from cli too

Context: https://datastax.slack.com/archives/C04U1EMNTU3/p1685666444798889?thread_ts=1685647168.573669&cid=C04U1EMNTU3

@dlg99 dlg99 marked this pull request as draft June 2, 2023 21:19
@eolivelli
Copy link
Collaborator

what about deleting the code of the modules that you disabled ?

it is useless and misleading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants