Skip to content

iilyak/gradle-lib-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a minimal reproducer for a question I asked on stackoverlow.

I am trying to depend on a specific git version of a scala library. This scala library is build using sbt (therefore it doesn't have build.gradle files in tree).

Is there a way to define a new module so I can refer to it in versionCatalogs?