Replies: 4 comments 4 replies
-
the config in settings.gradle.kts : the config in build.gradle.kts subprojects { I can open https://maven.pkg.jetbrains.space/public/p/compose/dev in browser, but I can not open https://us-central1-maven.pkg.dev/varabyte-repos/public in browser. |
Beta Was this translation helpful? Give feedback.
-
The URL to the entry registration for the artifact you are trying to pull down is: Are you on a home network or a corporate network? |
Beta Was this translation helpful? Give feedback.
-
I am on a corporate network. I can open the URL you mentioned in browser, How can I get it in my kobweb project? Thanks! |
Beta Was this translation helpful? Give feedback.
-
When I try to open the url, https://us-central1-maven.pkg.dev/varabyte-repos/public, in browser, I always get a 404 error. |
Beta Was this translation helpful? Give feedback.
-
When I follow the Readme file step by step in Windonds 10, I get the error as following when I run the command: kobweb run.
someone can tell me why? thanks!
Plugin [id: 'com.varabyte.kobweb.application', version: '0.18.2'] was not found in any of the following sources:
org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.varabyte.kobweb.application', version: '0.18.2'] was not found in any of the following sources:
Searched in the following repositories:
Gradle Central Plugin Repository
maven(https://maven.pkg.jetbrains.space/public/p/compose/dev)
maven2(https://us-central1-maven.pkg.dev/varabyte-repos/public)
at org.gradle.plugin.use.resolve.internal.PluginResolutionResult.getFound(PluginResolutionResult.java:112)
at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.resolvePluginRequest(DefaultPluginRequestApplicator.java:192)
at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.applyPlugins(DefaultPluginRequestApplicator.java:97)
at org.gradle.kotlin.dsl.provider.PluginRequestsHandler.handle(PluginRequestsHandler.kt:45)
at org.gradle.kotlin.dsl.provider.StandardKotlinScriptEvaluator$InterpreterHost.applyPluginsTo(KotlinScriptEvaluator.kt:212)
at org.gradle.kotlin.dsl.execution.Interpreter$ProgramHost.applyPluginsTo(Interpreter.kt:385)
Beta Was this translation helpful? Give feedback.
All reactions