Adds idea to the plugin gradle list

This commit is contained in:
Aria 2023-06-21 23:55:17 -07:00
parent b7defe82bb
commit 4b2ea71f26

View file

@ -9,6 +9,7 @@
plugins {
// Apply the java-library plugin for API and implementation separation.
id 'java-library'
id 'idea'
id 'maven-publish'
}