WolfyScript / WolfyUtils-Spigot

The WolfyUtilities implementation for the Spigot platform
10 stars 4 forks source link

Failure to build plugins from source #88

Open jstar0 opened 1 month ago

jstar0 commented 1 month ago
Build file '/workspaces/WolfyUtils-Spigot/build.gradle.kts' line: 3

* What went wrong:
Plugin [id: 'com.wolfyscript.devtools.docker.run', version: '2.0-SNAPSHOT'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (No included builds contain this plugin)
- Plugin Repositories (could not resolve plugin artifact 'com.wolfyscript.devtools.docker.run:com.wolfyscript.devtools.docker.run.gradle.plugin:2.0-SNAPSHOT')
  Searched in the following repositories:
    MavenLocal(file:/home/vscode/.m2/repository)
    MavenRepo
    Gradle Central Plugin Repository

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

BUILD FAILED in 2m 55s
TH2403y commented 1 month ago

+1

WolfyScript commented 1 month ago

This is related to the issue here https://github.com/WolfyScript/dev-tools/issues/1 Once that is fixed it should be better. For now the only way around it is to build the dev-tools from source too and install it into the local repo.