NoIssue: Release v0.0.0
This commit is contained in:
@@ -14,3 +14,4 @@ Explain how to use this module
|
|||||||
## Release log:
|
## Release log:
|
||||||
| Date | Version | Description |
|
| Date | Version | Description |
|
||||||
|:-----------------|:--------------:|----------------------|
|
|:-----------------|:--------------:|----------------------|
|
||||||
|
| 2025/11/26 | v0.0.0 | First dummy release |
|
||||||
|
|||||||
@@ -29,8 +29,8 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// The test classes are compiled with these:
|
// The test classes are compiled with these:
|
||||||
implementation("com.r35157.libs:testtools-api:0.0-dev")
|
implementation("com.r35157.libs:testtools-api:0.0.0")
|
||||||
implementation("com.r35157.libs:testtools-impl-ref:0.0-dev")
|
implementation("com.r35157.libs:testtools-impl-ref:0.0.0")
|
||||||
implementation("org.jetbrains:annotations:26.0.1")
|
implementation("org.jetbrains:annotations:26.0.1")
|
||||||
|
|
||||||
// The JUnit platform will not be included in the JAR file but are needed for running the tests:
|
// The JUnit platform will not be included in the JAR file but are needed for running the tests:
|
||||||
|
|||||||
Reference in New Issue
Block a user