Skip to content

Commit 2c901fc

Browse files
SquidXTVTaz03
authored andcommitted
ChatGPT Auto-Answer should not be posted when image (#1018)
* Move link detection into separate class * Remove unused method and fix javadocs * Skip chatgpt response if message contains image or link * Fix sonarlint issues * Move fixing encoding issues to its own PR * Remove star import * Move context logic into custom method * Fix reviews * Fix reviews * Rename LinkDetections to LinkDetection
1 parent d08b761 commit 2c901fc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,4 @@ subprojects {
8686
test {
8787
useJUnitPlatform()
8888
}
89-
90-
compileJava {
91-
options.encoding = "UTF-8"
92-
}
93-
94-
compileTestJava {
95-
options.encoding = "UTF-8"
96-
}
9789
}

0 commit comments

Comments
 (0)