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
Our current use of project.properties is the cause of this issue: #2411
It seems like the way we are using project.properties may be unnecessary, or otherwise we may be able to use META-INF, which would be a cleaner/more idiomatic solution.
Our current use of project.properties is the cause of this issue: #2411
It seems like the way we are using project.properties may be unnecessary, or otherwise we may be able to use
META-INF, which would be a cleaner/more idiomatic solution.