You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to integrate Androlate in my app as specified in the README.md but gradle fails to found the v0.3 on jcenter.
Jcenter is deprecated since March 31, 2021, maybe we can found your library elsewhere? I did not find it on mavenCentral though.
However, the v0.2 as used in your sample app is well found but it fails on missing gradle annotations (see below). For info, I'm using gradle v7.5.
- In plugin 'androlate' type 'com.github.ayvazj.gradle.plugins.androlate.AndrolateTranslateTask' properties 'JSON_FACTORY', 'androlate', 'httpTransport' and 'translateClient' are missing an input or output annotation.
Reason: A property without annotation isn't considered during up-to-date checking.
Possible solutions:
1. Add an input or output annotation.
2. Mark it as @Internal.
Please refer to https://docs.gradle.org/7.5/userguide/validation_problems.html#missing_annotation for more details about this problem.
Best regards.
The text was updated successfully, but these errors were encountered:
Doc1faux
changed the title
v0.3 not found on jcenter, jcenter deprecation and v0.2 task fails
v0.3 not found on jcenter, jcenter deprecation and v0.2 task fails on gradle 7.5
Jan 19, 2023
Hello,
I tried to integrate Androlate in my app as specified in the
README.md
but gradle fails to found thev0.3
on jcenter.Jcenter is deprecated since March 31, 2021, maybe we can found your library elsewhere? I did not find it on mavenCentral though.
However, the
v0.2
as used in your sample app is well found but it fails on missing gradle annotations (see below). For info, I'm using gradle v7.5.Best regards.
The text was updated successfully, but these errors were encountered: