Skip to content

Commit e5adf22

Browse files
committed
Add Idea IDE configuration that allows resources to be loaded from the src/main/resources folder with java modules
1 parent ff87cbb commit e5adf22

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

server/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ apply plugin: 'java'
1313
apply plugin: 'java-library'
1414
apply plugin: 'application'
1515
apply plugin: 'nebula.ospackage-application'
16+
apply plugin: 'idea'
17+
idea.module.outputDir file("out/production/classes")
1618

1719
group = 'ai.swim'
1820
description = 'tutorial Web Agents'

0 commit comments

Comments
 (0)