barnhill / barcode-java

Java Barcode Image Generation Library
MIT License
25 stars 14 forks source link

Installation Problem #9

Closed MedouneSGB closed 1 year ago

MedouneSGB commented 3 years ago

Hi Brad I got some error when trying to run the project Is there some settings to make before using it?

image

barnhill commented 3 years ago

Hum that's used in CI for uploading to maven central. The binaries are already compiled and available in the central repo.

barnhill commented 2 years ago

Did you use implementation 'com.pnuema.java:barcode:1.11' in your build.gradle to pull in this dependency?

MedouneSGB commented 2 years ago

Hey @barnhill Still can't open the project
What are the steps to test it?

barnhill commented 2 years ago

I'm using intellij ... Not sure what to do in eclipse

MedouneSGB commented 2 years ago

I use Netbeans

MedouneSGB commented 2 years ago

image Getting this with intellij

MedouneSGB commented 2 years ago

Btw I created a little Barcode software. https://github.com/MedouneSGB/Barcodor

barnhill commented 1 year ago

Those params are only used to upload it to maven central. To use this in a project you can just pull it from the central repository but if you want to build it you can just define those in your gradle.properties file or as env variables. It wont let you upload it to the central repo though which is kinda the point of not including those :)