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
Using Windows 10 because getting old java is a pain on Linux, after installing both JRE and JDK 8, and Gradle 6.0.1 (latest) and Gradle 5.4 (was released around the time of the master push) I get the following error.
An exception occurred applying plugin request [id: 'org.golo-lang.golo', version: '0.6']
Failed to apply plugin [id 'org.golo-lang.golo'] >
No signature of method: org.gradle.api.plugins.JavaBasePlugin.configureForSourceSet() is applicable for argument types: (org.gradle.api.internal.tasks.DefaultSourceSet_Decorated, org.gololang.gradle.GoloCompile_Decorated) values: [source set 'main', task ':compileGolo']
Sorry for this very late reply, I completely missed it.
I believe in the current state it only builds with Gradle 4 😞
As newer versions of Raspbian are now supplied with Java 11, I have decided to start a rewrite attempt in Java 11. This will take time (I started only writing the very first few lines of code, so nothing is even near a working state), but very much looking forward to work on this.
Sorry I cannot be at much more help at this moment.
No worries, I didn't want to be pushy for a passion project and figured you would get around to the issue when time permitted :)
Considering the current isolation state of the world, what better time for a re-write? I have a workaround by using Plex to play to my Bluesound endpoints which track everything to last.fm but it will be great when I can skip that step.
Looking forward to the re-write. I'll also take this opportunity to test it out with Gradle 4 at some point today and comment. In any case if it does or doesn't work I'll close this case and keep an eye out for your re-write.
Using Windows 10 because getting old java is a pain on Linux, after installing both JRE and JDK 8, and Gradle 6.0.1 (latest) and Gradle 5.4 (was released around the time of the master push) I get the following error.
An exception occurred applying plugin request [id: 'org.golo-lang.golo', version: '0.6']
Failed to apply plugin [id 'org.golo-lang.golo'] >
No signature of method: org.gradle.api.plugins.JavaBasePlugin.configureForSourceSet() is applicable for argument types: (org.gradle.api.internal.tasks.DefaultSourceSet_Decorated, org.gololang.gradle.GoloCompile_Decorated) values: [source set 'main', task ':compileGolo']
More details and full Gradle build scan available at https://scans.gradle.com/s/zuxelnoqjmiqy
The text was updated successfully, but these errors were encountered: