Skip to content

Commit

Permalink
Merge pull request #634 from Flowdalic/rename-java8-to-java11
Browse files Browse the repository at this point in the history
Rename smack-java8(-full) to smack-java11(-full)
  • Loading branch information
Flowdalic committed Sep 25, 2024
2 parents 5d2ca5d + 07d9d69 commit 5540063
Show file tree
Hide file tree
Showing 28 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
else
echo COVERALLS_REPO_TOKEN is not empty
fi
./gradlew smack-java8-full:testCodeCoverageReport
./gradlew smack-java8-full:coveralls
./gradlew smack-java11-full:testCodeCoverageReport
./gradlew smack-java11-full:coveralls
# Upload build artifacts
- name: Upload build artifacts
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ all: check jacocoRootReport javadocAll sinttest

.PHONY: codecov
codecov:
$(GRADLE) smack-java8-full:testCodeCoverageReport
echo "Report available at smack-java8-full/build/reports/jacoco/testCodeCoverageReport/html/index.html"
$(GRADLE) smack-java11-full:testCodeCoverageReport
echo "Report available at smack-java11-full/build/reports/jacoco/testCodeCoverageReport/html/index.html"

.PHONY: check
check:
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ include 'smack-core',
'smack-bosh',
'smack-android',
'smack-android-extensions',
'smack-java8',
'smack-java8-full',
'smack-java11',
'smack-java11-full',
'smack-integration-test',
'smack-omemo',
'smack-omemo-signal',
Expand Down
2 changes: 1 addition & 1 deletion smack-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ application {
}

dependencies {
api project(':smack-java8-full')
api project(':smack-java11-full')
api project(':smack-resolver-dnsjava')
implementation project(':smack-websocket-java11')
implementation "com.google.guava:guava:${guavaVersion}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
api project(':smack-debug')
api project(':smack-experimental')
api project(':smack-extensions')
api project(':smack-java8')
api project(':smack-java11')
api project(':smack-legacy')
api project(':smack-omemo')
api project(':smack-openpgp')
Expand Down
File renamed without changes.

0 comments on commit 5540063

Please sign in to comment.