We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff87cbb commit e5adf22Copy full SHA for e5adf22
1 file changed
server/build.gradle
@@ -13,6 +13,8 @@ apply plugin: 'java'
13
apply plugin: 'java-library'
14
apply plugin: 'application'
15
apply plugin: 'nebula.ospackage-application'
16
+apply plugin: 'idea'
17
+idea.module.outputDir file("out/production/classes")
18
19
group = 'ai.swim'
20
description = 'tutorial Web Agents'
0 commit comments