actually apply the maven plugin maybe?

This commit is contained in:
Ell 2020-09-06 21:49:25 +02:00
parent 7d974b909b
commit e32d6d5866

View file

@ -14,6 +14,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'maven-publish'
version = "2.0.0"
group = "de.ellpeck.actuallyadditions"