Hi Nadeem. Yes, you can add repositories to gradle build. Please, have a look to this link:
https://www.javatpoint.com/gradle-repository Just edit build.gradle file and add something like 1. repositories { 2. maven { 3. url 'https://mvnrepository.com/' 4. } 5. } Hope it helps. Fran. El lun, 24 ene 2022 a las 12:27, Nadeem Shakya (< nadeem.sha...@aspenbiosciences.com>) escribió: > Hi Francisco, > > Thank you for the suggestion. > > We'd tried that as well. We'd added *openchart* dependency to our gradle > config. This is what we did: > > // https://mvnrepository.com/artifact/openchart/openchart > implementation group: 'openchart', name: 'openchart', version: '1.4.2' > > compile group: 'org.biojava', name: 'biojava-core', version: '6.0.4' > compile group: 'org.biojava', name: 'biojava-aa-prop', version: '6.0.4' > compile group: 'org.biojava', name: 'alignment', version: '1.9.5' > > However, it still gives out the error. We're guessing this is because > *openchart* is not in *Central** Repository*, but is in *JBoss 3rd-party > Repository.* > > Having said that, we would really appreciate it if you could tell us if > there are other ways we can fix this issue. > > Thank you. > Warm regards, > -- > > *Nadeem Shakya* > Software Engineer > +977 9843203311 > nadeem.sha...@aspenbiosciences.com > www.aspenbiosciences.com > > > > -- Francisco José Peñarrubia
_______________________________________________ Biojava-l mailing list - Biojava-l@biojava.org https://mailman.open-bio.org/mailman/listinfo/biojava-l