Skip to content

Commit

Permalink
set displayName and description in gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Aug 15, 2024
1 parent 14a01fb commit be21532
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gdx-jnigen-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ dependencies {
gradlePlugin {
plugins {
register('gdxJniGen') {

id = 'com.badlogicgames.gdx.gdx-jnigen'

displayName = POM_NAME
description = POM_DESCRIPTION

implementationClass = 'com.badlogic.gdx.jnigen.gradle.JnigenPlugin'
}
}
Expand Down

0 comments on commit be21532

Please sign in to comment.