Skip to content

Commit

Permalink
Merge pull request #18 from play-iot/release/2.1.0
Browse files Browse the repository at this point in the history
Release/2.1.0
  • Loading branch information
zero88 authored Jan 28, 2022
2 parents 6f88974 + 133cfb9 commit 4cfad78
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# CHANGELOG

## [v2.1.0](https://github.com/play-io/gradle-plugin/tree/v2.0.0) (2022-01-28)

### Changes

- Support Gradle v7 [#11](https://github.com/play-iot/gradle-plugin/issues/11)
- Add Junit test to console [#13](https://github.com/play-iot/gradle-plugin/issues/13)
- Add Jacoco test to console [#13](https://github.com/play-iot/gradle-plugin/issues/13)

## [v2.0.0](https://github.com/play-io/gradle-plugin/tree/v2.0.0) (2021-05-19)

### Changes

- Rename Gradle plugin ID
- Split `Docker`/`SystemD` under `qwe` extension
- Support `fatJar` task
- Auto include `fatJar` and `docker` when `build` if have configuration
- Auto include `fatJar` and `docker` when `build` if the project has extension configuration

### Fixed

Expand Down
13 changes: 8 additions & 5 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ object PluginLibs {

object Version {

const val jvm = "1.5.31"
const val sonarQube = "3.3"
const val jooq = "5.2.1"

const val nexusPublish = "1.1.0"
const val docker = "6.7.0"
const val gradlePluginPublish = "0.14.0"
const val gradlePluginPublish = "0.18.0"

const val jacocoLogger = "2.0.0"
const val jvm = "1.3.72"
const val testLogger = "3.1.0"

const val jooq = "5.2.1"
const val docker = "6.7.0"
const val shadow = "6.1.0"
const val testcontainers = "1.15.2"
const val testLogger = "3.1.0"
}

const val sonarQube = "org.sonarqube"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.parallel=true
# Project properties --------------------------
title=Gradle Plugin
description=Gradle Plugin for open source and QWE application
version=2.0.1
version=2.1.0
semanticVersion=-SNAPSHOT
buildBy=local
buildHash=
Expand Down

0 comments on commit 4cfad78

Please sign in to comment.