core-ng is a webapp framework forked from Neo's open source project.
repositories {
maven {
url = uri("https://neowu.github.io/maven-repo/")
content {
includeGroupByRegex("core\\.framework.*")
}
}
maven {
url = uri("https://maven.codelibs.org/")
content {
includeGroup("org.codelibs.elasticsearch.module")
}
}
}
https://github.com/neowu/core-ng-project/wiki
please check WONDER-CHANGELOG.md & CHANGELOG.md
We will update the version in these cases:
- original repo updates its version —— we will update our version according its change. No matter the original repo updates its major, minor or patch version, we will update related version position.
- once we have our own changes.
git remote add upstream https://github.com/neowu/core-ng-project.git
git fetch upstream
git checkout master
git merge upstream/main
Configure the package version in publish.json accordingly and then run command:
./gradlew -PmavenAccessToken=[token] clean publish