Replies: 2 comments
Hi @leifauke! buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'io.github.fvarrui:javapackager:1.7.6'
}
}
apply plugin: 'io.github.fvarrui.javapackager.plugin' |
0 replies
|
This is more of an issue than a discussion, but if you want to discuss, let's discuss 😅 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a normal setup for gradle plugins
buildscript {
repositories {
mavenCentral()
gradlePluginPortal() // Ensure this is included
}
}
but the plugin don't download
plugins {
id("io.github.fvarrui:javapackager") version "1.7.6"
}
Anyone?
All reactions