Added Java distribution

This commit is contained in:
Erik C. Thauvin 2023-01-31 23:31:12 -08:00
parent a43d4e0b5d
commit 1b55736ee1
3 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
plugins {
id 'application'
id 'com.github.ben-manes.versions' version '0.44.0'
id 'com.github.ben-manes.versions' version '0.45.0'
id 'idea'
id 'io.gitlab.arturbosch.detekt' version '1.22.0'
id 'java'