microsoft/gctoolkit

Public

mirrored from https://github.com/microsoft/gctoolkitAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0e0d1629c5372925c3c7fe25e262b63ca8ae0d22

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

core/api/src/test/java/module-info.java

8lines · modecode

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3open module gctoolkit.api.test {
4 requires com.microsoft.gctoolkit.api;
5 requires java.logging;
6 requires org.junit.jupiter.api;
7 requires org.junit.jupiter.engine;
8}