You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.graalvm.python.gradle.plugin/build.gradle
+29-19Lines changed: 29 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -39,26 +39,36 @@ dependencies {
39
39
}
40
40
41
41
publishing {
42
-
publications {
43
-
pluginMaven(MavenPublication) {
44
-
// TODO: why this does not appear in the generated pom.xml for Mavencentral/local?
45
-
pom {
46
-
name ='GraalPy Plugin'
47
-
description ='Gradle plugin for GraalPy, a high-performance embeddable Python 3 runtime for Java. The plugin provides support for installing and managing Python packages.'
description.set('Gradle plugin for GraalPy, a high-performance embeddable Python 3 runtime for Java. The plugin provides support for installing and managing Python packages.')
61
+
url.set('https://graalvm.org ')
62
+
licenses {
63
+
license {
64
+
name.set('Universal Permissive License, Version 1.0')
0 commit comments