Skip to content

Commit

Permalink
Remove semicolon in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jan 8, 2025
1 parent eefa4be commit 5306c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ task github(dependsOn: build) {
ghRelease = releaseBuilder.create()
}

ghRelease.uploadAsset(remapJar.archiveFile.get().getAsFile(), "application/java-archive");
ghRelease.uploadAsset(remapJar.archiveFile.get().getAsFile(), "application/java-archive")
ghRelease.uploadAsset(remapSourcesJar.archiveFile.get().getAsFile(), "application/java-archive")
}
}
Expand Down

0 comments on commit 5306c31

Please sign in to comment.