Closed phreed closed 4 years ago
Excerpts from the stack-trace
* Exception is:
org.gradle.api.plugins.InvalidPluginException: An exception occurred applying plugin request [id: 'org.ysb33r.ivypot', version: '0.10']
at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.exceptionOccurred(DefaultPluginRequestApplicator.java:253)
...
Caused by:
org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin [id 'org.ysb33r.ivypot']
...
Caused by:
org.gradle.api.internal.tasks.DefaultTaskContainer$TaskCreationException: Could not create task ':syncRemoteRepositories'.
...
Caused by:
org.gradle.api.tasks.TaskInstantiationException: Could not create task of type 'OfflineRepositorySync'.
...
Caused by:
java.lang.UnsupportedOperationException
The problem is with the version. By switching to version 0.9 (instead of 0.10) it seems to work correctly.
Great. I'll close this.
This is a multi-project.
Starting a Gradle Daemon (subsequent builds will be faster) Configuration on demand is an incubating feature.
FAILURE: Build failed with an exception.
Where: Build file '/home/fred/git/face_applications/build.gradle.kts' line: 7
What went wrong: An exception occurred applying plugin request [id: 'org.ysb33r.ivypot', version: '0.10']
settings.gradle.kts
build.gradle.kts
sync/build.gradle.kts