Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Merge jbake-gradle-plugin into main JBake repo #749

Open
wants to merge 164 commits into
base: master
Choose a base branch
from

Commits on Jan 29, 2014

  1. Initial commit

    melix committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    9a20972 View commit details
    Browse the repository at this point in the history
  2. Add IRC notification

    melix committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    c9114e3 View commit details
    Browse the repository at this point in the history
  3. Integrate with Bintray

    melix committed Jan 29, 2014
    Configuration menu
    Copy the full SHA
    53223a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2014

  1. Configuration menu
    Copy the full SHA
    db8e90d View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2014

  1. Configuration menu
    Copy the full SHA
    9d9633f View commit details
    Browse the repository at this point in the history
  2. Update Travis CI urls

    melix committed Feb 3, 2014
    Configuration menu
    Copy the full SHA
    25f23dd View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2014

  1. Configuration menu
    Copy the full SHA
    b45a264 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd9c5f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2014

  1. Configuration menu
    Copy the full SHA
    a5367ae View commit details
    Browse the repository at this point in the history
  2. Fixing doc code examples

    jmcgarr committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    06551c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2014

  1. Updating the gitignore file

    jmcgarr committed Apr 17, 2014
    Configuration menu
    Copy the full SHA
    4466c3a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2014

  1. Release 0.1

    melix committed May 23, 2014
    Configuration menu
    Copy the full SHA
    dab9df6 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.2-SNAPSHOT

    melix committed May 23, 2014
    Configuration menu
    Copy the full SHA
    ea014cc View commit details
    Browse the repository at this point in the history

Commits on May 26, 2014

  1. Merging upstream changes

    jmcgarr committed May 26, 2014
    Configuration menu
    Copy the full SHA
    19c32cf View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2014

  1. Improve deployment process

    Bump version to 0.2.1-SNAPSHOT
    melix committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    fc9645b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2014

  1. Configuration menu
    Copy the full SHA
    9c5435f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2014

  1. Configuration menu
    Copy the full SHA
    8bd6485 View commit details
    Browse the repository at this point in the history
  2. First attempt to make jbake version configuration dynamic

    Jbake switched to asciidoctorj library in Version 2.3.1
    This must be handled. To be continued...
    ancho committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    1d7a48d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38ac04d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c82b01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cefe3d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39d0ccc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b7cf11 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2014

  1. Configuration menu
    Copy the full SHA
    fad1555 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2014

  1. Update README.adoc

    I think the gradle task is 'jbake' not 'bake', right?
    Alexander Klein committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    a980995 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jbake-org#8 from alexanderklein/patch-1

    Update README.adoc
    melix committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    8a6a89f View commit details
    Browse the repository at this point in the history
  3. Merge pull request jbake-org#7 from ancho/feature/configurable-jbake-…

    …version
    
    Configurable jbake version
    melix committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    5bb777a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2015

  1. use jsemver to compare versions

    The rudimentary Version class failed to parse snapshot releases.
    Jsemver is a better choice. See https://github.com/zafarkhaja/jsemver
    ancho committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    b7eb20b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2015

  1. renamed task jbake to bake

    enables access to tasks `input` and `output` definition
    
    [source,groovy]
    .Usage of tasks output for distribution
    ----
    apply plugin: 'distribution'
    
    distributions {
      main {
        baseName = project.name
        contents {
            from { bake.output }
        }
      }
    }
    
    distZip.dependsOn bake
    ----
    ancho committed May 3, 2015
    Configuration menu
    Copy the full SHA
    d7c1eb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2772bab View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2015

  1. Saving work

    jmcgarr committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    24a634d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2015

  1. merge updates from upstream

    jmcgarr committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    18b0e38 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2015

  1. Configuration menu
    Copy the full SHA
    c18f2d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2015

  1. Added some example sites.

    jonbullock committed Aug 16, 2015
    Configuration menu
    Copy the full SHA
    ef7ca3f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2015

  1. Configuration menu
    Copy the full SHA
    e7b3ae0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2016

  1. Merge pull request jbake-org#12 from ancho/feature/local-jbake-snapshot

    rename task jbake to bake and fix usage of jbake snapshot releases
    aalmiray committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    66cc5cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67fdec9 View commit details
    Browse the repository at this point in the history
  3. Update build settings:

     - use latest bintray plugin
     - apply versioning plugin
     - configure jar manifest
    aalmiray committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    7aaa897 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. Configuration menu
    Copy the full SHA
    e074b62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    940837d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Adjust group and artifact IDs for plugin.

    These are now set to the old group and artifact IDs used when the plugin was
    published to Bintray.
    pledbrook committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    e0e3eb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. Configuration menu
    Copy the full SHA
    b75cc74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jbake-org#20 from pledbrook/plugin-publish-p1

    Use standard Gradle plugin publishing.
    aalmiray committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    2de825a View commit details
    Browse the repository at this point in the history
  3. Tweak publishing setup

    aalmiray committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    ec3547f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b3120b View commit details
    Browse the repository at this point in the history
  5. Updat readme

    aalmiray committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    ca87ced View commit details
    Browse the repository at this point in the history
  6. Fix broken tests

    aalmiray committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    f93ce4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb9fd3a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    85d9180 View commit details
    Browse the repository at this point in the history
  9. Fix publishing coordinates

    aalmiray committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    4a95a15 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bfa02be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f5b97e3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    77e6055 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9e5751a View commit details
    Browse the repository at this point in the history
  14. Add project coordinates

    aalmiray committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    ee29b0c View commit details
    Browse the repository at this point in the history
  15. Apply license format

    aalmiray committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    1c20c30 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2016

  1. Configuration menu
    Copy the full SHA
    9f741cc View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. make bintray repo and organization configurable

    Other changes:
    * gradle upgrade to 3.0
    * source and target compatibility to 1.6
    * update some gradle plugins
    
    examples:
    
    * configure bintray repository (default: maven): ./gradlew -Pbintray_repo=gradle-plugins bU
    * configure bintray organization (default: jbake): ./gradlew -Pbintray_org=ancho bU
    * configure bintray dryRun (default: false): ./gradlew -Pbintray_dryRun=true bU
    ancho committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    0ee6689 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2016

  1. Configuration menu
    Copy the full SHA
    8944f4e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. removed annoying debug output

    ancho committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    aa54cff View commit details
    Browse the repository at this point in the history
  2. update gradle wrapper to 3.1

    ancho committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    5b978dd View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Configuration menu
    Copy the full SHA
    892209e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91f35d2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jbake-org#26 from danielgrycman/master

    Upgraded to jbake version 2.5
    aalmiray authored Oct 17, 2016
    Configuration menu
    Copy the full SHA
    a884597 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d9471e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. Merge pull request jbake-org#22 from ancho/feature/prepare-bintray-pu…

    …blishing
    
    make bintray repo and organization configurable
    aalmiray authored Dec 8, 2016
    Configuration menu
    Copy the full SHA
    4da8e72 View commit details
    Browse the repository at this point in the history
  2. Update Travis settings

    aalmiray committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    c88b14a View commit details
    Browse the repository at this point in the history
  3. Merge pull request jbake-org#27 from ancho/feature/add-new-engines

    added new template engines thymeleaf, jade4j and groovy MTE
    aalmiray authored Dec 8, 2016
    Configuration menu
    Copy the full SHA
    4108e2b View commit details
    Browse the repository at this point in the history
  4. Merge pull request jbake-org#23 from ancho/feature/gradle-integration…

    …-tests
    
    Add integrationtest using gradle TestKit
    aalmiray authored Dec 8, 2016
    Configuration menu
    Copy the full SHA
    3a01a09 View commit details
    Browse the repository at this point in the history
  5. Update build dependencies

    aalmiray committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    ed72510 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff6504e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9c92c0 View commit details
    Browse the repository at this point in the history
  8. Conditionally include default repositories.

    As noted in jbake-org#25 `jcenter()` is always included as a default
    repository. A new flag `includeDefaultRepositories` has been
    added to the _jbake_ extension.
    aalmiray committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    b245726 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c607ae3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Configuration menu
    Copy the full SHA
    d64e191 View commit details
    Browse the repository at this point in the history
  2. changed README.adoc

    danielkocot committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    9092b05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63ffef9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Merge pull request jbake-org#28 from danielgrycman/master

    Change to JBake version 2.5.1
    aalmiray authored Mar 15, 2017
    Configuration menu
    Copy the full SHA
    65c8b66 View commit details
    Browse the repository at this point in the history
  2. update jbake dependcies which changed with 2.5.1

    * update gradle wrapper to 3.4.1
    * create jacoco xml report. coverall depends on it
    * update gradle plugins
    ancho committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    3e6a24b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. Configuration menu
    Copy the full SHA
    87e4ee1 View commit details
    Browse the repository at this point in the history
  2. Update project dependencies

    aalmiray committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    091e53d View commit details
    Browse the repository at this point in the history
  3. Refactor build settings

    aalmiray committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    c93331a View commit details
    Browse the repository at this point in the history
  4. Update license headers

    aalmiray committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    e6e5ab9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    237fd5a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2017

  1. Merge branch 'master' into feature/update-2.5.1

    Conflicts:
    	build.gradle
    	gradle/wrapper/gradle-wrapper.jar
    	gradle/wrapper/gradle-wrapper.properties
    	src/main/groovy/org/jbake/gradle/JBakeExtension.groovy
    	src/test/groovy/org/jbake/gradle/JBakePluginSpec.groovy
    	src/test/groovy/org/jbake/gradle/JbakeIntegrationSpec.groovy
    ancho committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    8ca4883 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Merge pull request jbake-org#29 from ancho/feature/update-2.5.1

    update jbake dependcies which changed with 2.5.1
    aalmiray authored Apr 20, 2017
    Configuration menu
    Copy the full SHA
    431b5c0 View commit details
    Browse the repository at this point in the history
  2. Update to Gradle 3.5

    aalmiray committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    4e9018b View commit details
    Browse the repository at this point in the history
  3. Getting ready for release

    aalmiray committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    9ed3bb4 View commit details
    Browse the repository at this point in the history
  4. Update readme before release

    aalmiray committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    aa92541 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2018

  1. Configuration menu
    Copy the full SHA
    e83df3b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Upgrade Version 2.6
    danielk77 committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    4171488 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Configuration menu
    Copy the full SHA
    62231b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e059a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. fix jdk7 build. added openjdk8. gradle wrapper 4.6

    oraclejdk7 is deprecated by travis. switched to openjdk7.
    update gradle wrapper to 4.6. update plugins.
    ancho committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    d33f81e View commit details
    Browse the repository at this point in the history
  2. Merge pull request jbake-org#35 from ancho/feature/fix-travis-build

    fix jdk7 build. added openjdk8. gradle wrapper 4.6
    aalmiray authored Mar 6, 2018
    Configuration menu
    Copy the full SHA
    1096ba9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adcbd61 View commit details
    Browse the repository at this point in the history
  4. Merge pull request jbake-org#34 from danielkocot/master

    Upgrade to JBake 2.6.0
    aalmiray authored Mar 6, 2018
    Configuration menu
    Copy the full SHA
    21beea5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Update license headers

    aalmiray committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    f88971c View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    aalmiray committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    b5c1417 View commit details
    Browse the repository at this point in the history
  3. Fix version

    aalmiray committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    051e305 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16c6869 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Align with jbake 2.6.1

    ancho committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    c58d3aa View commit details
    Browse the repository at this point in the history
  2. fix skip message

    ancho committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    69cf1fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2625a88 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Bump to next version

    aalmiray committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    cd0c08e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Merge branch 'feature/add-jbake-preview' of https://github.com/jmcgar…

    …r/jbake-gradle-plugin into jmcgarr-feature/add-jbake-preview
    
    Conflicts:
    	.gitignore
    	README.adoc
    	build.gradle
    	src/main/groovy/me/champeau/gradle/JBakeExtension.groovy
    	src/main/groovy/org/jbake/gradle/JBakePlugin.groovy
    aalmiray committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    be466e4 View commit details
    Browse the repository at this point in the history
  2. Manually merged jbake-org#2

    aalmiray committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    9706045 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4f1b4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a520ce5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b16b3e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. Fixing issue jbake-org#42

    This small change resolves a `NullPointerException` that occurs when the `JBakeServeTask` is trying to grab the input directory from the Gradle convention mapping. This is because it is trying to directly access the `input` field, rather than calling the accessor method. This switch allows the task to get the correctly configured value.
    jmcgarr committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    dbd44e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f88455 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8642867 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2018

  1. Configuration menu
    Copy the full SHA
    6841e1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15ee14d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a22cfc View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    aalmiray committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    1b677ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a8b751 View commit details
    Browse the repository at this point in the history
  6. Merge pull request jbake-org#45 from ancho/feature/flexmark-version

    align flexmark version with 2.6.2 dependencies
    aalmiray authored Oct 7, 2018
    Configuration menu
    Copy the full SHA
    55761ae View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. update to jbake 2.6.3

    ancho committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    4fa664c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9c4735 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Merge pull request jbake-org#48 from ancho/feature/update-v2.6.3

    update jbake to v2.6.3
    aalmiray authored Oct 17, 2018
    Configuration menu
    Copy the full SHA
    5046648 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. update jbake to 2.6.4

    Signed-off-by: Frank Becker <frank@calmdevelopment.de>
    ancho committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    d67d53f View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Merge pull request jbake-org#50 from ancho/feature/update-2.6.4

    update jbake to 2.6.4
    aalmiray authored Jan 29, 2019
    Configuration menu
    Copy the full SHA
    cbfdc86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38ad088 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2d5a34 View commit details
    Browse the repository at this point in the history
  4. Small build tweaks

    aalmiray committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    8c85dc5 View commit details
    Browse the repository at this point in the history
  5. Prepare for next release

    aalmiray committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    914a991 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f91d438 View commit details
    Browse the repository at this point in the history
  7. Fix broken build

    aalmiray committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    60d66f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2019

  1. Update build settings

    aalmiray committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    e9f33dd View commit details
    Browse the repository at this point in the history
  2. Fix plugin links

    aalmiray committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    f18b338 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. Update build settings

    Andres Almiray committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    9eda5d6 View commit details
    Browse the repository at this point in the history
  2. Update license headers

    Andres Almiray committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    bd77d3e View commit details
    Browse the repository at this point in the history
  3. Use lazy property API

    Andres Almiray committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    db055ed View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    3186bcf View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    50cfee6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jbake-org#52 from ancho/update/jbake-2.6.5

    update jbake to 2.6.5 and gradle wrapper to 6.3
    aalmiray authored Apr 23, 2020
    Configuration menu
    Copy the full SHA
    808fb2e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Update build & dependencies; preparing for release

    Andres Almiray committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    5d78a80 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Prepare for release

    Andres Almiray committed May 9, 2020
    Configuration menu
    Copy the full SHA
    168aaa5 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Use the worker API for Gradle 5.6 and above

    The worker API prevent memory leaks and fix the concurrency issue.
    lacasseio committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    b9b9621 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Remove semi-colon

    lacasseio committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    f334a84 View commit details
    Browse the repository at this point in the history
  2. Add author tags

    lacasseio committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    15b49b8 View commit details
    Browse the repository at this point in the history
  3. Revert "Add author tags"

    This reverts commit 15b49b8.
    lacasseio committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    2649460 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. Merge pull request jbake-org#57 from lacasseio/lacasseio/improve-memo…

    …ry-usage-without-regression
    
    Use the worker API for Gradle 5.6 and above
    aalmiray authored Jul 19, 2020
    Configuration menu
    Copy the full SHA
    b8a99f1 View commit details
    Browse the repository at this point in the history
  2. Prepare for release

    Andres Almiray committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    1ed65a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. update to jbake 2.6.6

    ancho committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    a042a78 View commit details
    Browse the repository at this point in the history
  2. fix license check

    ancho committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    e666b6c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Merge pull request jbake-org#61 from ancho/feature/update-jbake-2.6.6

    update to jbake 2.6.6
    aalmiray authored Apr 17, 2021
    Configuration menu
    Copy the full SHA
    8233bdf View commit details
    Browse the repository at this point in the history
  2. Update gradle wrapper

    aalmiray committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    8ac5254 View commit details
    Browse the repository at this point in the history
  3. Remove jcenter/bintray

    aalmiray committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    6ea4a3d View commit details
    Browse the repository at this point in the history
  4. Update github workflow

    aalmiray committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    a211833 View commit details
    Browse the repository at this point in the history
  5. Prepare for release

    aalmiray committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    13215cb View commit details
    Browse the repository at this point in the history
  6. Fix github workflow

    aalmiray committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    69b1033 View commit details
    Browse the repository at this point in the history
  7. Update readme

    aalmiray committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    a7a4aed View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. update jbake to 2.6.7

    ancho committed May 15, 2021
    Configuration menu
    Copy the full SHA
    f8a9f0b View commit details
    Browse the repository at this point in the history
  2. Merge pull request jbake-org#62 from ancho/feature/update-jbake-2.6.7

    update jbake to 2.6.7
    aalmiray authored May 15, 2021
    Configuration menu
    Copy the full SHA
    b96ce35 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Prepare fore release

    aalmiray committed May 19, 2021
    Configuration menu
    Copy the full SHA
    130c2df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ee9401 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Cleanup and use jbakeconfig to initialize jbake (jbake-org#64)

    * update gradle to 6.8.3. cleanup jbake task. deprecate use of gradle < 5.6.
    * run bakeInit using WorkerExecutor
    * add license header to new classes
    * make worker executor private to please validatePlugins task
    ancho authored Jan 2, 2022
    Configuration menu
    Copy the full SHA
    219d5a7 View commit details
    Browse the repository at this point in the history
  2. Update license headers

    aalmiray committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    ccea530 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a487864 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Add 'jbake-gradle-plugin/' from commit 'a487864b7c395cc0b8e438702cc24…

    …b34a6f9ffcf'
    
    git-subtree-dir: jbake-gradle-plugin
    git-subtree-mainline: 7f594f4
    git-subtree-split: a487864
    jonbullock committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    48c0d5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2d094c View commit details
    Browse the repository at this point in the history