Я изо всех сил пытаюсь добавить зависимость к моему build.gradle
build.gradle
Это отдельная зависимость для Grails, вы можете найти ее здесь
Итак, я добавил строку compile "org.grails.plugins:standalone:9.0.0.M4" в dependencies файла build.gradle.
compile "org.grails.plugins:standalone:9.0.0.M4"
dependencies
Когда проект пытается разрешить все зависимости, я получаю эту ошибку:
Could not find org.grails.plugins:standalone:9.0.0.M4. Searched in the following locations: - file:/C:/Users/ledev/.m2/repository/org/grails/plugins/standalone/9.0.0.M4/standalone-9.0.0.M4.pom - file:/C:/Users/ledev/.m2/repository/org/grails/plugins/standalone/9.0.0.M4/standalone-9.0.0.M4.jar - https://repo.grails.org/grails/core/org/grails/plugins/standalone/9.0.0.M4/standalone-9.0.0.M4.pom - https://repo.grails.org/grails/core/org/grails/plugins/standalone/9.0.0.M4/standalone-9.0.0.M4.jar - https://build.shibboleth.net/nexus/content/repositories/releases/org/grails/plugins/standalone/9.0.0.M4/standalone-9.0.0.M4.pom - https://build.shibboleth.net/nexus/content/repositories/releases/org/grails/plugins/standalone/9.0.0.M4/standalone-9.0.0.M4.jar
Я пробовал эти темы, но ничего не получилось: Автономный плагин Grails не найден Создание автономного приложения с граалями
Спасибо
Поскольку у вас есть build.gradle, вы должны быть на Grails 3 или 4, но вы пытаетесь использовать плагин Grails 2. Эти плагины не совместимы.
Grails 3 имеет встроенную поддержку для автономных JAR-файлов.
https://docs.grails.org/3.3.10/guide/single.html#deploymentStandalone