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
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":".github","path":".github","contentType":"directory"},{"name":"cpp","path":"cpp","contentType":"directory"},{"name":"database","path":"database","contentType":"directory"},{"name":"gradle","path":"gradle","contentType":"directory"},{"name":"javascript","path":"javascript","contentType":"directory"},{"name":"paginated_contents","path":"paginated_contents","contentType":"directory"},{"name":"python3","path":"python3","contentType":"directory"},{"name":"shell","path":"shell","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".travis.yml","path":".travis.yml","contentType":"file"},{"name":"CODE_OF_CONDUCT.md","path":"CODE_OF_CONDUCT.md","contentType":"file"},{"name":"LICENSE.md","path":"LICENSE.md","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"build.gradle","path":"build.gradle","contentType":"file"},{"name":"fishercoder_checkstyle.xml","path":"fishercoder_checkstyle.xml","contentType":"file"},{"name":"gradlew","path":"gradlew","contentType":"file"},{"name":"gradlew.bat","path":"gradlew.bat","contentType":"file"},{"name":"settings.gradle","path":"settings.gradle","contentType":"file"}],"totalCount":19}},"fileTreeProcessingTime":12.176862,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":844815240,"defaultBranch":"master","name":"Leetcode","ownerLogin":"githubniraj","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-08-20T02:54:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/12106299?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"cbbf39f9956d8efff595f1c0dd42c122165fa278","listCacheKey":"v0:1724122453.491529","canEdit":false,"refType":"tree","currentOid":"cbbf39f9956d8efff595f1c0dd42c122165fa278"},"path":"build.gradle","currentUser":null,"blob":{"rawLines":["apply plugin: 'java'","apply plugin: 'checkstyle'","","group = 'com.fishercoder'","version = '1.0-SNAPSHOT'","","javadoc.options.encoding = 'UTF-8'","compileJava.options.encoding = 'UTF-8'","","checkstyle {"," //include ( '**/*.java')"," configFile = file(\"${rootDir}/fishercoder_checkstyle.xml\")","}","","sourceSets {"," main {"," java {"," srcDir 'src/fishercoder'"," }"," }","}","","description = \"\"\"\"\"\"","","sourceCompatibility = 1.8","targetCompatibility = 1.8","","repositories {"," mavenCentral()"," maven { url \"http://repo.maven.apache.org/maven2\" }","}","","dependencies {"," compile 'com.google.code.gson:gson:2.8.0'"," compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.0'","","// TODO: to remove Junit4 after all tests are migrated to Junit5"," compile 'junit:junit:4.13'"," testCompile \"junit:junit:4.13.1\"",""," testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'"," testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'",""," testCompile(\"org.assertj:assertj-core:3.11.1\")"," compileOnly 'org.projectlombok:lombok:1.18.12'"," annotationProcessor 'org.projectlombok:lombok:1.18.12'"," testCompileOnly 'org.projectlombok:lombok:1.18.12'"," testAnnotationProcessor 'org.projectlombok:lombok:1.18.12'","}","","test {"," useJUnitPlatform()","}"],"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/githubniraj/Leetcode/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"build.gradle","displayUrl":"https://github.com/githubniraj/Leetcode/blob/cbbf39f9956d8efff595f1c0dd42c122165fa278/build.gradle?raw=true","headerInfo":{"blobSize":"1.25 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":null,"isGitLfs":false,"onBranch":false,"shortPath":"4768ca8","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fgithubniraj%2FLeetcode%2Fblob%2Fcbbf39f9956d8efff595f1c0dd42c122165fa278%2Fbuild.gradle","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"53","truncatedSloc":"41"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"Gradle","languageID":136,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/githubniraj/Leetcode/blob/cbbf39f9956d8efff595f1c0dd42c122165fa278/build.gradle","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/githubniraj/Leetcode/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/githubniraj/Leetcode/raw/cbbf39f9956d8efff595f1c0dd42c122165fa278/build.gradle","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":{"timed_out":false,"not_analyzed":true,"symbols":[]}},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/githubniraj/Leetcode/branches":{"post":"9PWg6twliUSuW_T9byUQLSKUCHYeE_2sPL2PArE7sVBxbbNs_gWuqohqE7CJ7S5iaPuCRfsrD8ig1r8IJXi4jg"},"/repos/preferences":{"post":"OinZNKywijE8tXK_P3ot4MPjmGoZtFmPhIlLq-JJr1AucatU7HRWEEk0XSdvTwXqHjlW_Vyq6SN2he-YXg21CQ"}}},"title":"Leetcode/build.gradle at cbbf39f9956d8efff595f1c0dd42c122165fa278 · githubniraj/Leetcode","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1b17b3e7786a.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}