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'm experiencing an issue having build config with eclipse plugin activated.
Sourcefolder src/main/java and src/main/test will be duplicate in generated .classpath file. this results in a BuildPathError within eclipse.
.classpath without BuildConfig plugin activated after build task:
hi!
i'm experiencing an issue having build config with eclipse plugin activated.
Sourcefolder src/main/java and src/main/test will be duplicate in generated .classpath file. this results in a BuildPathError within eclipse.
.classpath without BuildConfig plugin activated after build task:
.classpath with BuildConfig activated after build task:
Eclipse is angry having two build path entries (src/main/java and test).
my workaround is eliminating the duplicate entries:
BuildConfigPlugin 1.1.8
Gradle 4.8
The text was updated successfully, but these errors were encountered: