varabyte / kobweb

A modern framework for full stack web apps in Kotlin, built upon Compose HTML
https://kobweb.varabyte.com
Apache License 2.0
1.51k stars 66 forks source link

Plugin [id: 'com.varabyte.kobweb.application', version: '0.13.7'] was not found #266

Closed jifffffy closed 1 year ago

jifffffy commented 1 year ago

kobweb gradle plugin not found!


this plugin is not found in https://us-central1-maven.pkg.dev/varabyte-repos/public, is the repo exist? I got a 404 error.

bitspittle commented 1 year ago

Make sure your project includes the maven repository where Kobweb plugins live. (See step 4 here: https://github.com/varabyte/kobweb#adding-kobweb-to-an-existing-project)

Alternately, in a temporary directory, run:

$ kobweb create app
$ cd app/site
$ kobweb run

If that works, it means your computer can access the Kobweb gradle plugin. In that case, check that project compared to your own (especially settings.gradle.kts and build.gradle.kts files) to see what's different.

Good luck!

On Tue, Jul 4, 2023, 2:03 AM Jifffffy @.***> wrote:

kobweb gradle plugin not found!

this plugin is not found in https://us-central1-maven.pkg.dev/varabyte-repos/public, is the repo exist? I got a 404 error.

— Reply to this email directly, view it on GitHub https://github.com/varabyte/kobweb/issues/266, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKNONAQOQYIBCR7N6OTZ5GTXOPL7RANCNFSM6AAAAAAZ5NXMKY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jifffffy commented 1 year ago

Im sorry. I find the problem is VPN. I set the http proxy in the idea. the problem has gone.

bitspittle commented 1 year ago

Thanks for the update. Good luck with the project!