julian
08/28/2020, 5:43 PMarrow-core
and run ./gradlew build
, I get this error:
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/bayo/dev/arrow-core/build.gradle' line: 2
* What went wrong:
A problem occurred evaluating root project 'arrow-core-lib'.
> Could not read '<https://raw.githubusercontent.com/arrow-kt/arrow/master/setup.gradle>' as it does not exist.
What am I doing wrong?
I just want to be able to open and explore the source with all the features of IntelliJ that assist that to be available.Jannis
08/28/2020, 6:06 PMJannis
08/28/2020, 6:17 PMjulian
08/28/2020, 6:24 PMJannis
08/28/2020, 6:29 PMRachel
08/28/2020, 6:38 PMmaster
branchRachel
08/28/2020, 6:40 PMmaster
branch corresponds to the latest SNAPSHOTRachel
08/28/2020, 6:42 PMRachel
08/28/2020, 6:47 PMarrow
repository and use local paths with file://
I can share the scripts to do it if you're interested on it ๐Rachel
08/28/2020, 6:48 PMJannis
08/28/2020, 6:56 PMjulian
08/28/2020, 7:08 PMjulian
08/28/2020, 7:17 PMRachel
08/28/2020, 7:25 PM