Add version information.

This commit is contained in:
Michael Lipp 2023-08-01 12:25:37 +02:00
parent e1b52da239
commit 7a3ae1d381
3 changed files with 26 additions and 4 deletions

View file

@ -2,13 +2,11 @@ buildscript {
repositories {
gradlePluginPortal()
}
dependencies {
classpath 'org.ajoberstar.grgit:grgit-gradle:4.1.0'
classpath 'org.ajoberstar:gradle-git-publish:3.0.0'
}
}
plugins {
id 'org.ajoberstar.grgit' version '5.2.0'
id 'org.ajoberstar.git-publish' version '4.2.0'
id 'pl.allegro.tech.build.axion-release' version '1.15.0' apply false
id 'org.jdrupes.vmoperator.java-doc-conventions'
id 'eclipse'