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
Commit 67c63cf changed the sourceDirectory and testSourceDirectory in clients/sellingpartner-api-aa-java/pom.xml to src/main/java and src/test/java respectively. Unfortunately, this module uses a different directory structure, with main sources located at src and test sources located at tst. This change is preventing the Java authorization library from building.
The text was updated successfully, but these errors were encountered:
sornerol
added a commit
to sornerol/selling-partner-api-models
that referenced
this issue
Dec 30, 2024
@sornerol Thanks for reporting this issue. We are reviewing the issue and will post an update soon. The code has been reverted to the previous version at this time to avoid any disruption.
Commit 67c63cf changed the sourceDirectory and testSourceDirectory in
clients/sellingpartner-api-aa-java/pom.xml
tosrc/main/java
andsrc/test/java
respectively. Unfortunately, this module uses a different directory structure, with main sources located atsrc
and test sources located attst
. This change is preventing the Java authorization library from building.The text was updated successfully, but these errors were encountered: