Skip to content

Commit

Permalink
manual lint
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Sep 5, 2023
1 parent 67b9cc2 commit 85ff1bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
- Switch to quiltcore-java [NOTE: this pre-release does NOT check workflows]
- Do not pre-install packages (only install before write)


## [0.4.5] 2023-08-23

- fix metadata in README.md
Expand Down
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,17 @@ deps:

deps-all:
./gradlew -q dependencyInsight
# ./gradlew -q ${mm}dependencies --configuration ${CONFIG} --dependency ${module}

#
# Refresh SNAPSHOTs dependencies
#

refresh:
./gradlew --refresh-dependencies dependencies

#
# Run all tests or selected ones
#
#test:
# ./gradlew ${mm}test

test-class:
./gradlew ${mm}test --tests ${class}
Expand All @@ -105,6 +103,7 @@ fast:

#
# Upload JAR artifacts to Maven Central
#

publish:
echo "Ensure you have set 'github_organization=<owner>' in gradle.properties"
Expand Down

0 comments on commit 85ff1bc

Please sign in to comment.