Skip to content

Commit

Permalink
setup 1.16 release of Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-lapin committed Aug 16, 2022
1 parent 6b920db commit c525ab5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NAPT

[![Plugin](https://img.shields.io/badge/gradle%20plugin-v1.15-blue)](https://plugins.gradle.org/plugin/com.sergei-lapin.napt)
[![Plugin](https://img.shields.io/badge/gradle%20plugin-v1.16-blue)](https://plugins.gradle.org/plugin/com.sergei-lapin.napt)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## What is it?
Expand Down Expand Up @@ -135,4 +135,4 @@ in `napt` extension.
napt {
forkJvmArgs.set(listOf("your_custom_arg") + JvmArgsStrongEncapsulation)
}
```
```
4 changes: 2 additions & 2 deletions plugins/gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

group = "com.sergei-lapin.napt"

version = "1.15"
version = "1.16"

tasks.withType<KotlinCompile> { kotlinOptions.jvmTarget = "9" }

Expand Down Expand Up @@ -44,6 +44,6 @@ gradlePlugin {
pluginBundle {
website = "https://github.com/sergei-lapin/napt"
vcsUrl = "https://github.com/sergei-lapin/napt.git"
tags = listOf("kotlin", "java", "apt", "kapt", "annotation-processing")
tags = listOf("kotlin", "java", "apt", "kapt")
description = "Plugin that enables the work of NAPT javac plugin"
}

0 comments on commit c525ab5

Please sign in to comment.