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
Builder runs constantly without result (creates cache jars) and prints following error in logs:
!MESSAGE NonEmptyList(FailureWithException(executing Proguard,java.io.IOException: The output jar [.../jartender_cache_7188906568082531781.jar] must be specified after an input jar, or it will be empty.,None))
This happens if there is no jar set as 'Input Jar' in plugin properties
Never mind, Just figured that I should always set Scala library as 'Included' and then this error will never happen
The text was updated successfully, but these errors were encountered:
The problem turned out to be that default preferences weren't set until you pulled up the properties page. As soon as you pull up the page, the defaults are set so you shouldn't see the error any more. (And your own changes could also fix the error condition)
Builder runs constantly without result (creates cache jars) and prints following error in logs:
!MESSAGE NonEmptyList(FailureWithException(executing Proguard,java.io.IOException: The output jar [.../jartender_cache_7188906568082531781.jar] must be specified after an input jar, or it will be empty.,None))
This happens if there is no jar set as 'Input Jar' in plugin properties
Never mind, Just figured that I should always set Scala library as 'Included' and then this error will never happen
The text was updated successfully, but these errors were encountered: