Skip to content

Commit 1bb4da0

Browse files
committed
Cleanup on repo
1 parent b50b8ce commit 1bb4da0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fatJar {
2828
}
2929
}
3030

31-
// copy jar and fatJar to base project directory so they will be in git (and on github for download)
31+
// copy fatJar to base project directory so they will be in git (and on github for download)
3232
build << {
3333
copy {
3434
println "Copying ${fatJar.archiveName} to $projectDir/repo/com/github/scottmotte/sendgrid/$version"
@@ -37,8 +37,6 @@ build << {
3737
}
3838
}
3939

40-
group = "com.github.scottmotte"
41-
4240
artifacts {
4341
archives fatJar
4442
}
Binary file not shown.

0 commit comments

Comments
 (0)