Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Refactor some build logic to the buildSrc & gradle kotlin-dsl #218

Closed
wants to merge 5 commits into from
Closed

Refactor some build logic to the buildSrc & gradle kotlin-dsl #218

wants to merge 5 commits into from

Commits on Oct 8, 2018

  1. Refactor some build logic to the buildSrc & gradle kotlin-dsl

    Files buildSrc/src/main/java/{Versions.kt,Libs.kt} are generated with the task
       $ ./gradlew syncLibs
    
    Signed-off-by: Jean-Michel Fayard <jmfayard@gmail.com>
    jmfayard committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    4b1a36e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Merge remote-tracking branch 'origin/master' into jmfayard.gradle-kot…

    …lin-dsl
    
    Signed-off-by: Jean-Michel Fayard <jmfayard@gmail.com>
    
    # Conflicts:
    #	build.gradle
    jmfayard committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    33d7f1d View commit details
    Browse the repository at this point in the history
  2. Update to gradle-kotlin-dsl-libs 0.2.3

    Got feedback from the gradle team that it's better to sue
       buildSrc/src/main/kotlin
    
    Signed-off-by: Jean-Michel Fayard <jmfayard@gmail.com>
    jmfayard committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    0545166 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Update to gradle-kotlin-dsl-libs 0.2.4

    Signed-off-by: Jean-Michel Fayard <jmfayard@gmail.com>
    jmfayard committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    310913f View commit details
    Browse the repository at this point in the history
  2. gradlew spotlessApply

    jmfayard committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    3cb5698 View commit details
    Browse the repository at this point in the history