Skip to content

Commit

Permalink
added gofish config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedsaheed committed Jun 29, 2022
1 parent ca7c59f commit 389df81
Show file tree
Hide file tree
Showing 12 changed files with 639 additions and 10 deletions.
Binary file modified .gradle/7.4/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/7.4/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/file-system.probe
Binary file not shown.
18 changes: 18 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,24 @@ jreleaser {
formulaName = 'qurancli'
multiPlatform = true
}
gofish {
active = 'ALWAYS'
continueOnError = false
downloadUrl = 'https://{{repoHost}}/{{repoOwner}}/{{repoName}}/releases/download/{{tagName}}/{{artifactFile}}'
commitAuthor {
name = 'Ahmed Saheed'
email = 'saheed@quranCLI.com'
}
repository {
active = 'ALWAYS'
owner = 'ahmedsaheed'
name = 'qurancli-fish-food'
tagName = '{{distributionName}} {{tagName}}'
branch = 'HEAD'
username = 'ahmedsaheed'
commitMessage = '{{distributionName}} {{tagName}}'
}
}
}
}
gradle.startParameter.excludedTaskNames += "licenseMain"
Expand Down
2 changes: 1 addition & 1 deletion build/jreleaser/checksums/checksums_sha256.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0826525c9cf74f6555a6f06125b2960d35fdb4f2a3ae4bcb3bdd2ad80e55d7ff quranCLI-1.0.zip
a7169607841522940f4b30d5d3094162b52402d211026e2d2fba943e4d877ea7 quranCLI-1.0.zip
2 changes: 1 addition & 1 deletion build/jreleaser/checksums/quranCLI/quranCLI-1.0.zip.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0826525c9cf74f6555a6f06125b2960d35fdb4f2a3ae4bcb3bdd2ad80e55d7ff
a7169607841522940f4b30d5d3094162b52402d211026e2d2fba943e4d877ea7
8 changes: 4 additions & 4 deletions build/jreleaser/output.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#JReleaser 1.0.0
#Wed Jun 29 06:50:05 IST 2022
commitFullHash=c948f5b53137c21b3c6ec63c2d5541775e68d52d
commitShortHash=c948f5b
#Wed Jun 29 23:17:25 IST 2022
commitFullHash=ca7c59f2e091579e676daeb332868fffa8543164
commitShortHash=ca7c59f
javaVersion=17.0.1
milestoneName=v1.0.0
platform=osx-x86_64
Expand All @@ -14,4 +14,4 @@ projectVersionMinor=0
projectVersionNumber=1.0
releaseName=Release v1.0.0
tagName=v1.0.0
timestamp=2022-06-29T06\:49\:56.924389+01\:00
timestamp=2022-06-29T23\:17\:24.677641+01\:00
4 changes: 2 additions & 2 deletions build/jreleaser/package/quranCLI/brew/Formula/quranCLI.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Generated with JReleaser 1.0.0 at 2022-06-29T06:49:56.924389+01:00
# Generated with JReleaser 1.0.0 at 2022-06-29T07:15:37.909763+01:00
class Qurancli < Formula
desc "A simple tool to Read, Search and Recite the Quran."
homepage "https://github.com/ahmedsaheed/quranCLI"
url "https://github.com/ahmedsaheed/quranCLI/releases/download/v1.0.0/quranCLI-1.0.zip"
version "1.0"
sha256 "0826525c9cf74f6555a6f06125b2960d35fdb4f2a3ae4bcb3bdd2ad80e55d7ff"
sha256 "a7169607841522940f4b30d5d3094162b52402d211026e2d2fba943e4d877ea7"
license "Apache-2.0"

depends_on "openjdk@17"
Expand Down
4 changes: 2 additions & 2 deletions build/jreleaser/prepare/quranCLI/brew/Formula/quranCLI.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Generated with JReleaser 1.0.0 at 2022-06-29T06:49:56.924389+01:00
# Generated with JReleaser 1.0.0 at 2022-06-29T07:15:37.909763+01:00
class Qurancli < Formula
desc "A simple tool to Read, Search and Recite the Quran."
homepage "https://github.com/ahmedsaheed/quranCLI"
url "https://github.com/ahmedsaheed/quranCLI/releases/download/v1.0.0/quranCLI-1.0.zip"
version "1.0"
sha256 "0826525c9cf74f6555a6f06125b2960d35fdb4f2a3ae4bcb3bdd2ad80e55d7ff"
sha256 "a7169607841522940f4b30d5d3094162b52402d211026e2d2fba943e4d877ea7"
license "Apache-2.0"

depends_on "openjdk@17"
Expand Down
4 changes: 4 additions & 0 deletions build/jreleaser/release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

c948f5b rebuild
d3e7dc9 fix sha
12b9d23 fix mainclass path
015ebd4 removed uneeded files
c512a82 remove unecessary files
6da2bf1 remove unecessary files
1c1c6d9 updated build.gradle
Expand Down
Loading

0 comments on commit 389df81

Please sign in to comment.