Adopted io.github.gmazzo.dependencies.embedded
plugin
#196
GitHub Actions / Test Results
succeeded
Dec 23, 2024 in 0s
79 tests ✅ passed, checks: ⚠️ 2
Test Suites | ✅ 79 passed | 🟡 0 skipped | ❌ 0 failed | ⌛ took |
---|---|---|---|---|
✅ io.github.gmazzo.codeowners.CodeOwnersJVMPluginCompatTest
|
4 | 0 | 0 | 173.866 |
✅ io.github.gmazzo.codeowners.CodeOwnersJVMPluginTest
|
5 | 0 | 0 | 1.964 |
✅ io.github.gmazzo.codeowners.CodeOwnersKotlinPluginCompatTest
|
2 | 0 | 0 | 130.459 |
✅ io.github.gmazzo.codeowners.CodeOwnersPluginCompatTest
|
4 | 0 | 0 | 205.128 |
✅ io.github.gmazzo.codeowners.CodeOwnersTest
|
12 | 0 | 0 | 0.998 |
✅ io.github.gmazzo.codeowners.CodeOwnersTest
|
6 | 0 | 0 | 0.471 |
✅ io.github.gmazzo.codeowners.CodeOwnersTransformTest
|
1 | 0 | 0 | 0.009 |
✅ io.github.gmazzo.codeowners.matcher.CodeOwnersFileTest
|
8 | 0 | 0 | 0.188 |
✅ io.github.gmazzo.codeowners.matcher.CodeOwnersMatcherTest
|
12 | 0 | 0 | 0.064 |
✅ org.test.jvm.app.AppOwnersTest
|
7 | 0 | 0 | 0.293 |
✅ org.test.jvm.app.AppOwnersTest
|
7 | 0 | 0 | 0.103 |
✅ org.test.jvm.lib.AndroidLibOwnersTest
|
2 | 0 | 0 | 0.51 |
✅ org.test.jvm.lib.AndroidLibOwnersTest
|
2 | 0 | 0 | 0.242 |
✅ org.test.jvm.lib.LibOwnersTest
|
4 | 0 | 0 | 0.274 |
✅ org.test.jvm.utils.UtilsOwnersTest
|
3 | 0 | 0 | 0.235 |
Android Lint | 🛑 0 errors | 💡 0 others | |
---|---|---|---|
Correctness / GradleDependency | 0 | 2 | 0 |
Annotations
github-actions / Test Results
Correctness: Obsolete Gradle Dependency
A newer version of `compileSdkVersion` than 30 is available: 34
Raw output
This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find.
compileSdk = 30
~~~~~~~~~~~~~~~
github-actions / Test Results
Correctness: Obsolete Gradle Dependency
A newer version of `compileSdkVersion` than 30 is available: 34
Raw output
This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find.
compileSdk = 30
~~~~~~~~~~~~~~~
Loading