Skip to content

Commit

Permalink
make brew config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedsaheed committed Jun 28, 2022
1 parent c06da51 commit b141e59
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 395 deletions.
Binary file modified .gradle/7.4/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/7.4/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/7.4/fileHashes/fileHashes.bin
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/buildOutputCleanup/outputFiles.bin
Binary file not shown.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,12 @@ config {
jreleaser {
release {
github {
owner = 'Ahmed Saheed'
owner = 'ahmedsaheed'
name = 'quranCLI'
overwrite = true
enabled = true
connectTimeout = 20
readTimeout = 60
owner = 'Ahmed Saheed'
host = 'github.com'
username = 'ahmedsaheed'
apiEndpoint = 'https://api.github.com'
Expand Down Expand Up @@ -356,7 +355,7 @@ jreleaser {
// Valid values are [`NEVER`, `ALWAYS`, `RELEASE`, `SNAPSHOT`].
// Defaults to `NEVER`.
//
active = 'NEVER'
active = 'ALWAYS'

// Let the release continue if the packager fails.
// Defaults to `false`.
Expand All @@ -370,7 +369,7 @@ jreleaser {
// Additional properties used when evaluating templates.
// Key will be capitalized and prefixed with `brew`, i.e, `brewFoo`.
//
extraProperties.put('foo', 'bar')
// extraProperties.put('foo', 'bar')

// Directory with file templates used to prepare the Homebrew distribution.
// Defaults to `src/jreleaser/distributions/${distribution.name}/brew`.
Expand Down Expand Up @@ -420,7 +419,7 @@ jreleaser {
// The tag associated with the formula.
// If left unspecified, will use `{{tagName}}`.
//
tagName = '{{distributionName}} {{tagName}}'
// tagName = '{{distributionName}} {{tagName}}'

// The target branch to use.
// May define a `JRELEASER_BRANCH` environment variable instead.
Expand Down
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
#Tue Jun 28 06:21:49 IST 2022
commitFullHash=ed83160d378854338df88e547307e75d178409de
commitShortHash=ed83160
#Tue Jun 28 16:10:55 IST 2022
commitFullHash=c06da517cecb282392770f7c20fc491b78d6f68c
commitShortHash=c06da51
javaVersion=17.0.1
milestoneName=early-access
platform=osx-x86_64
Expand All @@ -15,4 +15,4 @@ projectVersionNumber=1.0
projectVersionTag=SNAPSHOT
releaseName=Release v1.0.0
tagName=early-access
timestamp=2022-06-28T06\:21\:48.396497+01\:00
timestamp=2022-06-28T16\:10\:55.65573+01\:00
426 changes: 40 additions & 386 deletions build/jreleaser/trace.log

Large diffs are not rendered by default.

0 comments on commit b141e59

Please sign in to comment.