Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Conversation

@leonardisglobant
Copy link
Contributor

Full Intellij Project for the serialization library

@GonnaGitYou GonnaGitYou self-requested a review July 31, 2020 13:19
@jlamarr22
Copy link

@GonnaGitYou Resolved all comments above.

jar {
dependsOn 'copyNativeLibrary'
// Copy lib file before jar is created
from('eosiojavaabieos/build/lib/main/debug'){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed to copy native file in to the jar.

}
}

task copyNativeLibrary(type: Copy) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed to copy the native file in to /resources so IDEs can find the native code without having to configure paths.

Copy link
Contributor

@GonnaGitYou GonnaGitYou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see comments.

@GonnaGitYou GonnaGitYou merged commit 441568d into develop Oct 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants