8000 Leetcode/build.gradle at master · snlee81/Leetcode · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"database","path":"database","contentType":"directory"},{"name":"gradle","path":"gradle","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":14}},"fileTreeProcessingTime":1.7271560000000001,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":141211954,"defaultBranch":"master","name":"Leetcode","ownerLogin":"snlee81","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2018-07-17T01:01:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/21246231?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"master","listCacheKey":"v0:1620466023.78268","canEdit":false,"refType":"branch","currentOid":"edd9dcc25f57a9e1837c8678dec47f152afa8817"},"path":"build.gradle","currentUser":null,"blob":{"rawLines":["apply plugin: 'java'","apply plugin: 'checkstyle'","","group = 'com.fishercoder'","version = '1.0-SNAPSHOT'","","checkstyle {"," //include ( '**/*.java')"," configFile = file(\"${rootDir}/fishercoder_checkstyle.xml\")","}","","description = \"\"\"\"\"\"","","sourceCompatibility = 1.9","targetCompatibility = 1.9","","repositories {"," mavenCentral()"," maven { url \"http://repo.maven.apache.org/maven2\" }","}","","dependencies {"," compile 'com.google.code.gson:gson:2.8.0'"," testCompile group: 'junit', name: 'junit', version:'4.12'","}"],"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/snlee81/Leetcode/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"build.gradle","displayUrl":"https://github.com/snlee81/Leetcode/blob/master/build.gradle?raw=true","headerInfo":{"blobSize":"502 Bytes","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"6168f72","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fsnlee81%2FLeetcode%2Fblob%2Fmaster%2Fbuild.gradle","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"25","truncatedSloc":"19"},"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":"/snlee81/Leetcode/blob/master/build.gradle","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/snlee81/Leetcode/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/snlee81/Leetcode/raw/refs/heads/master/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":{"/snlee81/Leetcode/branches":{"post":"7svF1_zyF6cXMmFuoaDrfpJbdzMKOxJrPLqbuS6ve25yRMloMRfQDjQ71GewSz4mOoyHJL2Uy4b5XHr3yqZ4Sw"},"/repos/preferences":{"post":"EbUbEuKpWEVDI7Z_OheCE-qzT2qGtaNcjxw1EaTHvdWChvL9V48icO_Betc9MGMemZkYYL_W2UeNzTv07b8iiw"}}},"title":"Leetcode/build.gradle at master · snlee81/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}}}
0