Skip to content

Commit

Permalink
#309 Drop unnecessary main project plugins and externals
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Jan 26, 2024
1 parent 5def6b7 commit e6490e0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,10 @@ buildscript {

plugins {
id 'java'
id 'groovy'
id 'maven-publish'

alias(libs.plugins.gradle.versions)
}

ext {
srcDir = "$projectDir/src/docs"
javaVersion = System.getProperty("java.version")
currentDate = new Date().format("d. MMM yyyy")
}

allprojects {
group = group
version = version
Expand Down

0 comments on commit e6490e0

Please sign in to comment.