You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bagit-Java uses [Gradle](https://gradle.org/) for its build system. Check out the great [documentation](https://docs.gradle.org/current/userguide/userguide_single.html) to learn more.
162
162
##### Running tests and code quality checks
163
-
Inside the bagit-java root directory, run `gradle check`.
163
+
Inside the bagit-java root directory, run `./gradlew check`.
2.Once you have access, to create an official release and upload it you should specify the version by running `gradle-Pversion=<VERSION> uploadArchives`
168
+
2.Once you have access, to create an official release and upload it you should specify the version by running `./gradlew-Pversion=<VERSION> uploadArchives`
2. Once you have access, to create an official release and upload it you should specify the version by running `gradle -Pversion=<VERSION> bintrayUpload`
174
+
2. Once you have access, to create an official release and upload it you should specify the version by running `./gradlew -Pversion=<VERSION> bintrayUpload`
175
175
1. *Don't forget to tag the repository!*
176
176
177
177
### Noteif using with Eclipse
178
-
Simply run `gradle eclipse` and it will automatically create a eclipse project for you that you can import.
178
+
Simply run `./gradlew eclipse` and it will automatically create a eclipse project for you that you can import.
179
179
180
180
### Roadmapforthis library
181
-
*Further refine reading and writing of bags version 0.93-0.97
182
181
*Fix bugs/issues reported with new library (on going)
0 commit comments