Skip to content

Commit

Permalink
Add module river-crossing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek-Raman committed Nov 5, 2024
1 parent 569bf65 commit c119ec4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.vivekraman</groupId>
<artifactId>monolith-platform</artifactId>
<version>4.1-rc2</version>
<version>4.1-rc3</version>
<name>monolith-platform</name>
<url>https://vivekraman.dev</url>
<description>Imports and deploys various other projects as modules.</description>
Expand All @@ -24,6 +24,7 @@
<module.external-config.version>2.0-rc2</module.external-config.version>
<module.item-collection-tracker.version>1.0-rc2</module.item-collection-tracker.version>
<module.notion-assistant.version>1.0-rc2</module.notion-assistant.version>
<module.river-crossing.version>1.0-rc1</module.river-crossing.version>
</properties>

<repositories>
Expand Down Expand Up @@ -127,6 +128,11 @@
<artifactId>notion-assistant</artifactId>
<version>${module.notion-assistant.version}</version>
</dependency>
<dependency>
<groupId>dev.vivekraman</groupId>
<artifactId>river-crossing</artifactId>
<version>${module.river-crossing.version}</version>
</dependency>

<!-- END Modules -->
</dependencies>
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application-river-crossing.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
river-crossing.solver-script.url=https://storage.googleapis.com/storage.vivekraman.dev/backend-module-river-crossing/solver.py
river-crossing.solver-script.file-path=/home/ubuntu/files/river-crossing/solver.py
1 change: 1 addition & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ spring:
- external-config
- item-collection-tracker
- notion-assistant
- river-crossing

0 comments on commit c119ec4

Please sign in to comment.