Replies: 2 comments
-
Hi @leifauke! buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'io.github.fvarrui:javapackager:1.7.6'
}
}
apply plugin: 'io.github.fvarrui.javapackager.plugin' |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is more of an issue than a discussion, but if you want to discuss, let's discuss 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions