We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50b8ce commit 1bb4da0Copy full SHA for 1bb4da0
build.gradle
@@ -28,7 +28,7 @@ fatJar {
28
}
29
30
31
-// copy jar and fatJar to base project directory so they will be in git (and on github for download)
+// copy fatJar to base project directory so they will be in git (and on github for download)
32
build << {
33
copy {
34
println "Copying ${fatJar.archiveName} to $projectDir/repo/com/github/scottmotte/sendgrid/$version"
@@ -37,8 +37,6 @@ build << {
37
38
39
40
-group = "com.github.scottmotte"
41
-
42
artifacts {
43
archives fatJar
44
repo/com_github_scottmotte/sendgrid/0.0.1/sendgrid-0.0.1-jar.jar
-33.5 KB
0 commit comments