Skip to content

Commit

Permalink
Prepare next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows committed Mar 21, 2023
1 parent c239053 commit af66823
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ jobs:
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_PRIVATE_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
# ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_PRIVATE_KEY }}
# ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Maven](https://img.shields.io/maven-central/v/com.jaredsburrows/gradle-license-plugin?label=maven&style=flat)](https://search.maven.org/artifact/com.jaredsburrows/gradle-license-plugin)
[![Gradle Plugin Portal](https://img.shields.io/gradle-plugin-portal/v/com.jaredsburrows.license)](https://plugins.gradle.org/plugin/com.jaredsburrows.license)
[![Build](https://github.com/jaredsburrows/gradle-license-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/jaredsburrows/gradle-license-plugin/actions/workflows/build.yml)
[![Twitter Follow](https://img.shields.io/twitter/follow/jaredsburrows.svg?style=social)](https://twitter.com/jaredsburrows)

Expand Down
12 changes: 12 additions & 0 deletions gradle-license-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ dependencies {
testImplementation libs.commons
}

pluginBundle {
website = POM_URL
vcsUrl = POM_SCM_URL
description = POM_DESCRIPTION
tags = ['license']

plugins {
licensePlugin {
displayName = POM_NAME
}
}
}
gradlePlugin {
website = POM_URL
vcsUrl = POM_SCM_URL
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true

GROUP=com.jaredsburrows
VERSION_NAME=0.9.2
VERSION_NAME=0.9.3-SNAPSHOT

POM_INCEPTION_YEAR=2016
POM_PACKAGING=jar
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ kotlin = "1.8.10"
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
dokka = { id = "org.jetbrains.dokka", version = "1.8.10" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "11.3.1" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.24.0" }
plugin-publish = { id = "com.gradle.plugin-publish", version = "0.21.0" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.19.0" } # "0.24.0"
plugin-publish = { id = "com.gradle.plugin-publish", version = "0.21.0" } # "1.1.0"
versions = { id = "com.github.ben-manes.versions", version = "0.46.0" }

[libraries]
Expand Down

0 comments on commit af66823

Please sign in to comment.