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

Provide a module-info file #8

Open
nils-christian opened this issue Aug 7, 2021 · 0 comments
Open

Provide a module-info file #8

nils-christian opened this issue Aug 7, 2021 · 0 comments
Labels
clarification-needed Needs to be discussed before implementation enhancement New feature or request

Comments

@nils-christian
Copy link
Contributor

nils-christian commented Aug 7, 2021

The framework uses currently Java 11. It should at least be discussed if a module-info file should be therefore included. Some of the used libraries (like apiguardian or log4j-api) include one as well. Such a module-info file would have to be maintained though.

This could be a starting point:

module archifacts.core {
	
	requires com.tngtech.archunit;
	requires org.apache.logging.log4j;
	
}
@OLibutzki OLibutzki added enhancement New feature or request clarification-needed Needs to be discussed before implementation labels Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clarification-needed Needs to be discussed before implementation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants