Jonathan Barrios
Jonathan Barrios
we need to do this lol
Thank you very much any assistance is appriciated
gradle is 4.1 gogradle is 0.7 most recent OS is redhat linux 6.8 yes there is a scala project and go project go │ ├── bin │ │ └── govendor...
Also what is this packagePath. I don't understand what its purpose is ``` plugins { id 'com.github.blindpirate.gogradle' version '0.7.0' } golang { packagePath = 'github/myproject' // go import path of...
Like what does this happen ``` * What went wrong: Execution failed for task ':go:resolveBuildDependencies'. > Exception in resolution, message is: Cannot recognized package: nova/common/config Resolution stack is: +- github/mypacj...
does one app execuable = one project?
yes so my top level build.gradle is actually empty and there are two top level folders one is named go and the other is named scala
so if I navigate into the go directory i have three folders bin (pre-gogradle) , src (pre-gogradle) , vendor (this was generated by gogradle) , also I have build.gradle ```...
So I read more about go and made this project https://github.com/jeb2239/practice_go . Some things I don't understand is why does there need to a separated directory for each main.go file...
why do we need .gogradle and the symlink - this seems to be a gogradle specific requirement. Ideal situation would be to have src/nova/apps .